in reply to Get input data from STDIN *and* query string
Noooo!
Nooooooooo!
Use CGI.pm. Ignore this code please.
Just say no to cargo-cult programming!
Here's how to get a parameter with CGI.pm:
use CGI qw(:all); my $result = param('foo');
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |