[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Omaha.pm] Processing a CSV file.
On Oct 29, 2013, at 5:05 PM, Rob Townley <rob.townley@gmail.com> wrote:
> Jay, my CentOS 6.4 box only has perl 5.10.1 but your code still
> worked. Might there be cases where it would not and 5.18.0 is
> required?
Ya, sorry. I put "use 5.18.0;" on the top out of habit. I think it implies "use strict;" and/or "use warnings;". Can't remember which / both / whatever. :)
My solution was probably compatible with any Perl 5. :)
j