http://www.perlmonks.org?node_id=923930


in reply to Re^2: install CGI qw(:standard escapeHTML) at bluehost..com
in thread install CGI qw(:standard escapeHTML) at bluehost..com

qw is not a module. It is Perl syntax. See perlop on the "Quotes and Quote-like Operators". qw is a quote-like operator, like ', ", q and qq.

Replies are listed 'Best First'.
Re^4: install CGI qw(:standard escapeHTML) at bluehost..com
by DrGo (Initiate) on Sep 03, 2011 at 16:19 UTC
    Thanks. The modules all have the :: I guess.

    I was able to run a simple perl script with use CGI qw