Help for this page

Select Code to Download


  1. or download this
    # from CGI.pm
    
    ...
        push (@{$self->{$param}},$value);
        }
    }
    
  2. or download this
    http://your.site.here/cgi-bin/script.pl?param1=value1&=value2&param3=v
    +alue3
    
  3. or download this
    next unless defined $param;