Help for this page

Select Code to Download


  1. or download this
    package cookieprob;
    
    use strict;
    ...
        return $template->output;
    }
    1;
    
  2. or download this
    #!c:/perl/bin/perl.exe -w
    use strict;
    use cookieprob;
    my $cookieprobApp=cookieprob->new();
    $cookieprobApp->run();