Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w 
    use strict;
    ...
                                -expires=>'+1h',
                                -domain=>'.perlmonks.org');
    print $query->header(-cookie=>$cookie);
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    use CGI;
    my $query = new CGI;
    my %testcookie = $query->cookie(-name=>'testCookie');