my $cookie = $cg->cookie('id'); if ( ! $cookie ) { print $cgi->redirect("home.pl"); } [download]
Which is correct $cg or $cgi ?
In reply to Re: cookie problem by poj in thread cookie problem by bigup401