Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: A rotten cookie

by LameNerd (Hermit)
on Aug 05, 2003 at 05:15 UTC ( [id://280885]=note: print w/replies, xml ) Need Help??


in reply to A rotten cookie

I hope this is helpful ... it is untested
#/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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://280885]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-16 22:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found