Help for this page

Select Code to Download


  1. or download this
    #!c:/perl/bin/perl -w
    use strict; # I am getting into the habit of using this!
    ...
    for (my ($name,$value) = each %output) {
         print qq|$name=| . uri_escape($value) . "&";
    }