#/usr/bin/perl -w use CGI; my $out = new CGI; my $user = $out->cookie( "user" ) || "No Cookie!"; print $out->header( 'text/html' ); print $out->start_html( -title=>"Cookie show" ); print<<HTML; <BODY> $user </BODY> </HTML> HTML
In reply to Re: A rotten cookie
by LameNerd
in thread A rotten cookie
by sulfericacid
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |