Help for this page

Select Code to Download


  1. or download this
    $ cat test.pl
      #!/usr/bin/perl
    ...
              'one' => '1',
              'two' => '2'
            };
    
  2. or download this
      my %h = (
          one => scalar $q->param('one'),
          two => scalar $q->param('two')
      );