so that is all i have to write? seems a bit sparse compared with majority 
of other perl code, but there we go, you obviously know more about this 
that me.

On Thursday 21 Mar 2002 5:19 pm, fliptop wrote:
> [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.

-- 
Matthew Harrison
Internet/Network Services Administrator
Peanut-Butter Cheesecake Hosting Services
Genstate
www.peanutbuttercheesecake.co.uk

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

Reply via email to