[EMAIL PROTECTED] wrote:
Hi All ,As i have been having problems with GD:Graph in Apache::Asp , I am generating the GD using a perl scripts and hence want to call the perlscripts like $Response->Redirect("http:\\testcmp:8080\scripts\gd.pl") , wanted to know if we could pass @args like Response->Include for passing CGi Query Paramters instead of constructing the Query Parameters like gd,pl?Start="Yes"+End="No".
No @args to $Response->Redirect, however you can use $Server->URL to construct the URL that goes to it. Please see man page / web site for more on these methods. Regards, Josh ________________________________________________________________ Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc. http://www.chamas.com NodeWorks Link Checking http://www.nodeworks.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
