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

Hmm. BlueHost lists a bunch of CGI:: modules that are available. I thought I needed to see CGI qw or something like that. There are many CGI:: modules installed at BlueHost. Maybe that means I don't need to do anything special for qw? Is there a way to test that easily? Thanks, Tom aka DrGo
  • Comment on Re^2: install CGI qw(:standard escapeHTML) at bluehost..com

Replies are listed 'Best First'.
Re^3: install CGI qw(:standard escapeHTML) at bluehost..com
by Corion (Patriarch) on Sep 02, 2011 at 20:52 UTC

    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.

      Thanks. The modules all have the :: I guess.

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