RE: Calling a perl script from another perl script

2003-06-03 Thread João Luís Bonina
s3jlb and see if it works. You may have to include > the path. On my system I can't pass anything into a perl script with out > prefixing perl to the beginning. I think it’s a windows thing. > > Paul > > -Original Message- > From: João Luís Bonina [mailto:[EMA

Re: Calling a perl script from another perl script

2003-06-03 Thread João Luís Bonina
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'); > On 6/2/03 at 1:49 PM, [EMAIL PROTECTED] (João Luís Bonina) wrote: > >> Hi, &

Calling a perl script from another perl script

2003-06-03 Thread João Luís Bonina
Hi, I'm developing a cgi script with perl and I want to call another perl script from this one. How can I do that? Regards, João Bonina -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]