Help for this page

Select Code to Download


  1. or download this
    use CGI;
    my $cgi = CGI->new( 'a.b.c=3&a.b.c=4&x.y=4' );
    ...
    use Data::Dumper;
    $Data::Dumper::Indent = 1;
    print Dumper $args;
    
  2. or download this
    $VAR1 = {
      'x' => {
    ...
        }
      }
    };