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


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

perl -MYour::Package -e run

Note that this only works if Your::Package exports run by default, since code executed via -e runs in the main package.