Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        require CGI;
        CGI->import(qw(:cgi));
    }
    
  2. or download this
    BEGIN {
        require CGI;
        CGI->import();
    }
    
  3. or download this
    BEGIN {
        require CGI;
    }