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
works a champ. :)use Modern::Perl 2011;
#!/usr/bin/perl -Tw use perl::always; my $perl_version = (5.12.5); print $perl_version;
|
|---|