Help for this page

Select Code to Download


  1. or download this
        $admincookie = new CGI::Cookie(-name=>'LSRfm_admin',
                                   -value=>{ username => barrycarlyon,
                                             password => md5_hex_value } 
                                   );
    
  2. or download this
    #fetch the (cgi)type cookie
    sub _cookie {
    ...
      }
    return $lsrfm_cookie;
    }