This Module Wishlist series is meant to surprise me with the power of CPAN. I wish about or dream up some module without first checking on CPAN, and hopefully can be delighted when what I want is already there.
Don't you hate it when you have to do:
$ perl -MSome::Really::Long::Module -e'print Some::Really::Long::Module->foo'
The goal is to be able to say something very close to:
$ perl -e'print Some::Really::Long::Module->foo'
and my module is loaded automaticaly.
Langganan:
Posting Komentar (Atom)
AnyLoader might work.
BalasHapusperl -MAcme::Everything -e'Some::Really::Long::Module->foo'
BalasHapus