in reply to Re: Re: use CGI vs use CGI qw(:standard)
in thread use CGI vs use CGI qw(:standard)

As Ovid points out in one portion of the tutorial.. one of the problems with use CGI qw(:standard); is namespace. The functions imported via the  :standard type would invalidate functions of the same name in the local file.

Grygonos