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