Help for this page

Select Code to Download


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