in reply to Re^4: Modern::Perl version 2011 required--this is only version 1.03 at my-perl-script.cgi
in thread Modern::Perl version 2011 required--this is only version 1.03 at my-perl-script.cgi

Greetings again,
Upgraded Modern::Perl to newest version (1.20121103), and
use Modern::Perl 2011;
works a champ. :)
Thanks for everyone's time, and bother, on this.

--Chris

#!/usr/bin/perl -Tw
use perl::always;
my $perl_version = (5.12.5);
print $perl_version;
  • Comment on Re^5: Modern::Perl version 2011 required--this is only version 1.03 at my-perl-script.cgi
  • Download Code