Help for this page

Select Code to Download


  1. or download this
    use CGI;
    use Data::Dumper;
    use strict;
    ...
    $h->{'form'} = [ 4 .. 6 ];
    
    print Dumper($h, $q);