http://qs321.pair.com?node_id=682740


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) {