Greetings ww.
use Modern::Perl 2011; was simply a "leftover" from my first attempt to investigate the (ad|dis)vantages (sorry, I think that last bit of formatting might be illegal) of using Modern::Perl. Which lead to the thread you mentioned in your previous post. It works without error now, as I mentioned later in that same thread, because I upgraded to the newest version. The "2011" bit specifically, as I understand it, refers to that which was available in Perl 5 as of 2011.
I hope I've addressed your question adequately. :)
--Chris out...
#!/usr/bin/perl -Tw
use perl::always;
my $perl_version = (5.12.5);
print $perl_version;
| [reply] |