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
Comment on Re: Re: Re: use CGI vs use CGI qw(:standard)