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