in reply to Re^2: strictv -- how unstrict is your code? (CPAN App::)
in thread strictv -- how unstrict is your code?
Instead of using qx(perl ...), you might want to use qx("$^X" ...), for the (rare, but confusing) case where perl and perl-5.22.0 are not the same executable and your script was executed with the latter.
Other than that, I'm not aware of any guidelines for the App:: namespace and also don't know any good distributions to copy from.
|
|---|