Help for this page

Select Code to Download


  1. or download this
    #! F:\perl\bin\perl
    
    ...
    $qs->parse;
    $keys = HTTP::QueryString::param;
    print $keys->{'MAIN'}, '\n';
    
  2. or download this
    # Application name: N/A
    # Package name: QueryString
    ...
    # next line
    1;
    __END__