datannen has asked for the wisdom of the Perl Monks concerning the following question:
if ($cookies{PHPSESSID} ge "") { eval { $session = PHP::Session->new($cookies{PHPSESSID}->value); }; print $query->redirect(-location=>"$redirecturl"."0") if $@; exit 0 if $@; $id = $session->id;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Eval and Exiting
by tachyon (Chancellor) on Oct 02, 2003 at 04:17 UTC | |
|
Re: Eval and Exiting
by Zaxo (Archbishop) on Oct 02, 2003 at 05:42 UTC | |
|
Re: Eval and Exiting
by Roger (Parson) on Oct 02, 2003 at 07:25 UTC | |
|
Re: Eval and Exiting
by bart (Canon) on Oct 02, 2003 at 11:14 UTC | |
|
Re: Eval and Exiting
by Beechbone (Friar) on Oct 02, 2003 at 10:37 UTC |