Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print "<pre>\n";
    print $_, "=", $q->param($_), "\n" for $q->param;
    print "\n</pre>\n";
    
  2. or download this
    foo=bar
    amp=
    baz=
    
  3. or download this
    http://electra.igd.fhg.de/cgi-bin/test3.pl?foo=bar&amp;baz
    
  4. or download this
    foo=bar&baz