Help for this page

Select Code to Download


  1. or download this
        my $q= new CGI;
    
  2. or download this
        my $q= new( "CGI" );
    
  3. or download this
        print HANDLE "Stuff\n";
    
  4. or download this
        HANDLE->print( "Stuff\n" );