Help for this page

Select Code to Download


  1. or download this
    my $q = CGI->new; instead of  my $q = CGI->new( { } );
    
  2. or download this
    . . . reads all the POST data and makes it unavailable to your main pr
    +ogram
    
  3. or download this
    sub new { 
        bless {}, shift 
    }