Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    my $id = $cookies{'ID'}->value;
    print $id;
    print end_html;
    
  2. or download this
    print $id;Set-Cookie: ID=123456; path=/
    Set-Cookie: preferences=font&Helvetica&size&12; path=/
    ...
    Uncaught exception from user code:
            Can't call method "value" on an undefined value at ./index.cgi
    + line 17.
     at ./index.cgi line 17