in reply to
"use" acting like "require" (not importing????)
You need to explicitly import the method names.
use CGI qw(:cgi);
[download]
Will import the minimum.
Comment on
Re: "use" acting like "require" (not importing????)
Download
Code
In Section
Seekers of Perl Wisdom