WintersMystic
Programmer
ok, some people tell me that this is the proper way
use strict;
use CGI;
use CGI qw
standard);
$q = new CGI;
and others tell me i dont need
use CGI;
when using
use CGI qw
standard);
which is right??
use strict;
use CGI;
use CGI qw
$q = new CGI;
and others tell me i dont need
use CGI;
when using
use CGI qw
which is right??