[reply cc'd to list]

Matthew Harrison wrote:

> that doesn't really answer the question as it doesn't really clearly show 
> what the syntax should be and how it is used.
> 
> On Thursday 21 Mar 2002 12:38 pm, you wrote:
> 
>>Matthew Harrison wrote:
>>
>>>What is the syntax to redirect the user to another page? i need to be
>>>able to include a query string in the redirect, plus it needs to be
>>>immediate and automatic.
>>>
>>perldoc -q redirect


part of the output of perldoc -q redirect:

$url = "http://www.perl.com/CPAN/";;
print "Location: $url\n\n";
exit;

looks to me like syntax and how to use it are both there.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to