in reply to Howto include Module with Specific Methods with PAR's pp utility

qw() is not a valid shell operator.

I've no idea why pp would need this syntax, but perl itself does importing on the command line like this:

perl -MList::Util=min,max
See also perlrun
  • Comment on Re: Howto include Module with Specific Methods with PAR's pp utility
  • Download Code