- or download this
#!/usr/bin/perl -w
use CGI qw(:standard);
...
print $query->header("text/plain");
print "$name is from $loc\n";
- or download this
http://www.host.com/cgi-bin/tst.pl?name=Joe&loc=The+Netherlands
- or download this
perl tst.pl name=Joe&loc=The+Netherlands