Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: humble apologies - not a master

by projekt21 (Friar)
on Oct 23, 2001 at 16:53 UTC ( [id://120769]=note: print w/replies, xml ) Need Help??


in reply to Problems with sticky CGI params

Are you sure you don't want to say:

use CGI; my $query = new CGI; # ... snip ... print $query->redirect($redirect);

alex pleiner <alex@zeitform.de>
zeitform Internet Dienste

Replies are listed 'Best First'.
modperl?
by hoonz (Initiate) on Oct 23, 2001 at 17:13 UTC
    The code is existing code and not in modperl? (which I think is what you are talking about?)

    Any way to do it in old perl?

      I'm not sure about this, but you need to send a redirection header which should be:

      print "Location: $redirect\n\n";

      P.S. I wasn't talking about mod_perl, just about CGI.pm.

      alex pleiner <alex@zeitform.de>
      zeitform Internet Dienste

Log In?
Username:
Password:

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

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

    No recent polls found