Help for this page
my $cgi = new CGI; $cgi->param("my_var" => "hello there");
## Scalar context returns filename ... while (<$filename>) { ## do something with contents }