On Wed, 4 Jul 2012 17:01:35 -0400
Phil Pinkerton <pcpinker...@gmail.com> wrote:

> Very nice to know about CPAN.

IMO, CPAN is one of Perl's strongest features :)

 
> got a syntax error though with your script
> 
> syntax error at ./getACLinfo.pl line 51, near "say join"
> Execution of ./getACLinfo.pl aborted due to compilation errors.

Whoops - as Chris pointed out, 'say' requires perl 5.10 or newer; I
should have included 'use 5.010' in the script to indicate that, but
forgot to (I have $PERL5OPT set to '-M5.010' on most boxes).

Chris's mail contains full instructions to work round that problem.


-- 
David Precious ("bigpresh") <dav...@preshweb.co.uk>
http://www.preshweb.co.uk/     www.preshweb.co.uk/twitter
www.preshweb.co.uk/linkedin    www.preshweb.co.uk/facebook
www.preshweb.co.uk/cpan        www.preshweb.co.uk/github



-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to