Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    
    ...
    
    print $q->p, "hello and $ENV{HTTP_COOKIE}"; #just checking
    print $q->end_html;
    
  2. or download this
    $cookie2 = $q->cookie( -name => 'aa',
                          -value=> 'bb',
                -domain => 'corn.com'.