Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use strict;
    ...
    
    my $q= CGI->new();
    do_foo( is_admin => 0, foo => $q->param('foo') );
    
  2. or download this
    perl -w test.pl foo=1
    perl -w test.pl foo=bar
    perl -w test.pl foo=0&foo=is_admin&foo=yeah&foo=another_parameter&foo=
    +yippieh