Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
# $subject variable is coming from the form page my $site_url = 'http://myurl/index.pl'; my $thequery = new CGI; unless(defined($subject)) { print $thequery -> redirect($site_url); exit(0); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Redirect on refresh
by InfiniteSilence (Curate) on Mar 02, 2006 at 18:46 UTC |