Help for this page

Select Code to Download


  1. or download this
    use Storable qw(nfreeze thaw);
    sub make_cookie {
    ...
    sub see_cookie {
     return(@{thaw(pack("H*",$_[0]))});
    }
    
  2. or download this
    /****************************/
      jason@gost.net, wh@ckz.org
        http://jason.gost.net
    /*****************************/