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,
>>
>> I'm developing a cgi script with perl and I want to call another perl
>> script from this one.
>>
>> How can I do that?
>>
>
> Lots of ways you *could* do it. How *should* you? In Maine we have a
> saying, "Hard tellin' not knowin'".
>
> Possibilities to explore:
> Creating a module
> Capturing output with backticks "`"
> Perl's 'system' function
> Creating a UserAgent (look at: LWP::UserAgent, HTTP::Request
> modules)
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]