Help for this page

Select Code to Download


  1. or download this
    use strict;
    use CGI qw(:all);
    ...
    print header(-cookie=>$cookieheader);
    my $badcookie = fetch CGI::Cookie('SessionID');
    print $badcookie;
    
  2. or download this
    e:\apache\htdocs\cgi-bin\VCG-LO~1.CGI: Use of uninitialized value in p
    +rint at e:\apache\htdocs\cgi-bin\VCG-LO~1.CGI line 41.