On Wed, 18 Sep 2002, Willem Pretorius wrote:

> Hi, i am using a fax server from a perl webpage, but i cant send faxes
> because the file permitions is not correct, thus i want to run a chmod
> command eg. " chmod 777 /usr/local/www/fax/* " in order to enable the faxing
> to work, but my question is: How do you execute the command from a .pl
> file?? the faxing works def. if the permitions is set, i only need to
> execute this command. Can anyone help me on this??

perldoc -f chmod
perldoc -f glob
perldoc File::Glob
chmod 0777,</usr/local/www/fax/*>;




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to