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]

Reply via email to