Try 
print "Content-type: text/html\n";
print "Location: theparamyoudefine/script.pl?paramyouwant\n\n";

Rgds,
Connie


----- Original Message ----- 
From: "Octavian Rasnita" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 12, 2002 11:51 PM
Subject: A function for running another Perl script?


> Hi all,
> 
> Is there a function for running another Perl script with a query string, or
> some parameters?
> 
> I can run a Perl script using the do function, but I couldn't make it to
> send a query string nor some parameters.
> 
> Is it necessary to run "perl $script" with a "system" function, or there is
> a built in function that can do that?
> 
> Thank you.
> 
> Teddy's Center: http://teddy.fcc.ro/
> Mail: [EMAIL PROTECTED]
> 
> 
> 
> -- 
> 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]

Reply via email to