use CGI :standard; # instead of... use CGI qw{ :standard }; #### use Object; my $foo = new Object; # Bad my $bar = Object->new; # Good