in reply to Re: Why does Modern::Perl hate CGI.pm || my simple form?
in thread Why does Modern::Perl hate CGI.pm || my simple form?

Greetings, and thank you for taking the time to respond.
Good advise -- I'll take it!

Thanks again.

--Chris

#!/usr/bin/perl -Tw
use perl::always;
my $perl_version = (5.12.5);
print $perl_version;
  • Comment on Re^2: Why does Modern::Perl hate CGI.pm || my simple form?