Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use CGI;
    ...
    my $q = new CGI;
    my $cookie_in = $q->cookie('wolves');
    print $cookie_in;