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


in reply to Re: Use of Autoloader in Modern Times
in thread Use of Autoloader in Modern Times

...Right, but it's an extra I/O op (or more) just to pull in the sub out of the .al file, each on an individual basis...

Are the savings worth the cost?

--
Tommy
$ perl -MMIME::Base64 -e 'print decode_base64 "YWNlQHRvbW15YnV0bGVyLm1lCg=="'