On Mon, 2 Jun 2003 14:21:37 +0100 (WEST), [EMAIL PROTECTED] (João
luís bonina) wrote:

>Well, I've tried the system function, but it isn't executing the script
>which is located in the same directory...
>
>I'm using it this way :
>       system('sendfile.pl ons4jlb');

If you havn't found an answer yet, it looks to me like
you have an error with single quotes around 'sendfile.pl ons4jlb'

It should be like this:
system('sendfile.pl' , 'ons4jlb')  the (command , @args)




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

Reply via email to