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


in reply to no critic

It means that the author of that line of code thought they knew what is in the $script variable; and, if someone runs that code through perlcritic(), the proscription against unsafe eval() is not to be thrown.

I'll bet they they were wrong....

----
I Go Back to Sleep, Now.

OGB

Replies are listed 'Best First'.
Re^2: no critic
by tobyink (Canon) on May 26, 2012 at 15:25 UTC

    Like how use strict means that the author of that line of code thought they knew what was in strict.pm?

    perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'