PDA

View Full Version : Perl Interpteter


GaleForce
2-13-02, 05:06 PM
where is it located with powweb?

GaleForce
2-13-02, 05:09 PM
I also need to know if we are allowed to change permissions and how.

sdbarker
2-13-02, 06:41 PM
/usr/bin/perl

and you have to change permissions.

and you should change them with your ftp client.

Best of Luck,

-Scott

SimCoWeb
2-13-02, 06:43 PM
Be sure to put the #! in front of the perl line.

#!/usr/bin/perl

GaleForce
2-13-02, 08:41 PM
I use an FTP Client that doesnt let u set numbers as permission, it gives u like write, read, execute for 3 diff types of people.

fcsnc
2-13-02, 09:47 PM
Then a script needs to be:
owner: rwx
group: r x ONLY!
other: r x ONLY!


r = read
w = write
x = execute

If w is set for group or other the script will abort.