in reply to "use" acting like "require" (not importing????)

You need to explicitly import the method names.
use CGI qw(:cgi);
Will import the minimum.