http://www.perlmonks.org?node_id=1013840


in reply to poll ideas quest 2013

What version of perl do you use in a production setting (pick the most-deployed if there are several versions)?

Replies are listed 'Best First'.
Re: How Modern Is Your Perl?
by tobyink (Canon) on Jan 17, 2013 at 20:57 UTC
    • 5.18 or newer - and I drive a DeLorean
    perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
    pmsig
Re: How Modern Is Your Perl?
by onelander (Sexton) on Mar 02, 2013 at 04:43 UTC
    5.10 but we still have to use 5.8 on our work desktops because the company does not want to upgrade to anything newer. Company policy states we cannot install any software without permission so trying to get anything newer is futile. It may be time to try to convince them to at least upgrade to 5.10 to match the version in AIX.