use strict; use CGI; # get all posted parameters my %request = Vars; #print everything print "Content-type:text/html\n\n"; foreach my $key( keys %request) { print "$key = $request($key) \n"; }
In reply to Re: POSTing values to a perl script
by olus
in thread POSTing values to a perl script
by roiji
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |