in reply to CGI on the console

There's a few CGI-related nodes in the Tutorials section. I found this useful node in there that says (read the node for the whole context/discussion):
open(FILE, "<data.txt") or die "gah!"; my $query = CGI->new(FILE); ...
Where data.txt contains stuff like...
foo=bar baz=biz