Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Crumby cookie

by blaze (Friar)
on Nov 21, 2002 at 00:58 UTC ( [id://214675]=note: print w/replies, xml ) Need Help??


in reply to Crumby cookie

what exactly are you trying to do, if you cut out use CGI; you wont be able to read or write a cookie using $q->cookie("wolves"); so i guess i dont exactly understand what you are trying to do...but if you already set the cookie, which it seems you have, a little script like
#!/usr/bin/perl -w use CGI; use strict; print "Content-type:text/html\n\n"; my $q = new CGI; my $cookie_in = $q->cookie('wolves'); print $cookie_in;
should read the cookie and print it to the page
Warning: Code Untested
hth,
Robert

Log In?
Username:
Password:

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

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

    No recent polls found