Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Re: Re: Re: Redirecting Problem

by oylee (Pilgrim)
on Aug 08, 2002 at 19:00 UTC ( [id://188703]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Redirecting Problem
in thread Redirecting Problem

Try using double quotes " instead of ' or don't use quotes at all. I.e.,
print $query->redirect($url); or print $query->redirect("$url"); # unnecessary double quotes

Single quotes don't interpolate.

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Redirecting Problem
by venimfrogtongue (Novice) on Aug 08, 2002 at 19:18 UTC
    Nope :( I tried single quotes, double quotes, and no quotes. All result in no page loading, sever email spamming, etc. urgh

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://188703]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (None)
    As of 2024-04-25 04:23 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found