Help for this page

Select Code to Download


  1. or download this
    #!C:\perl\bin\perl.exe -wT
    use strict;
    ...
        my @values = $query->param( $name );
        print $name . "=" . (join ", ", @values) . "\n";
    }
    
  2. or download this
    color=blue&color=red&color=hot%20pink