http://qs321.pair.com?node_id=1185384


in reply to Re^3: Modules as executable scripts?
in thread Modules as executable scripts?

True, but then it's "weird" to use from a program or other module:

BEGIN { require "Modulino.pl"; Modulino::import; }

instead of the usual:

use Modulino;

I think it's better to put up with the weirdness in the modulino than forcing weirdness into programs and other modules that try to use the modulino.