This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re: Get input data from STDIN *and* query string
by merlyn (Sage) on Jan 09, 2001 at 23:57 UTC
    Arrgh!

    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

    A reply falls below the community's threshold of quality. You may see it by logging in.