Help for this page
my $q= new CGI;
my $q= new( "CGI" );
print HANDLE "Stuff\n";
HANDLE->print( "Stuff\n" );