LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   help[ me (https://www.linuxquestions.org/questions/linux-newbie-8/help%5B-me-280343/)

ekips_zbuhc 01-20-2005 09:15 PM

help[ me
 
i want 2 watch yahoo launch on suse 8.1 i was givven code that is perl and i am suppose to make it excutable while in root can ne one help me do this please

tamoneya 01-20-2005 09:24 PM

didn't you just post this in another thread .

Like i said earlier i would just try to use firefox w/ IEview

ekips_zbuhc 01-20-2005 09:42 PM

yeah i did but that firefox ieview does not work and i am trying tto make something excutable

scuzzman 01-21-2005 12:44 AM

Code:

chmod u+x filename
That makes something executable, but you shouldn't use it pn a perl script. With a Perl script, you simply type
Code:

perl filename


All times are GMT -5. The time now is 04:44 AM.