Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Cookie Help

by hipowls (Curate)
on Apr 24, 2008 at 23:56 UTC ( [id://682740]=note: print w/replies, xml ) Need Help??


in reply to Cookie Help

That is because you have $key between single quotes. Remove them like so

my $cookie = cookie( -NAME => 'zebulun.ath.cx', -VALUE => $key, -EXPIRES => '+12h', );

Replies are listed 'Best First'.
Re^2: Cookie Help
by k0rn (Acolyte) on Apr 25, 2008 at 01:32 UTC
    Oh duh. Wow i feel stupid. Attention to detail. One more question i keep getting this trailing 1 on the page when it displays information. And i don't know why. For example like this.

    1

    Identified

    You are identified as

      Look at your print statements. There probably is one that shouldn't be there.

      Also, your condition should look like the following. The equality operator == is to be used for numerical comparisons.

      if ($register == 1) {

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-23 06:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found