Normally to include a library like use LWP at the command line I would do
perl -e -MLWP "the program text"
. But say I want to, say, use feature 'say' from the command line. Various inflections of perl -eMsay and perl -eM"feature 'say'" haven't worked. How should I say it? If you know what I'm saying.