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


in reply to Re: Re: Re: Re: (OT) Perl Open Source accounting packages?
in thread (OT) Perl Open Source accounting packages?

strict 'vars' and strict 'subs' are compile time directives. However, strict 'refs' has runtime implications. See strict.

-Blake