in reply to Re: Re: Compiling and Installing Perl
in thread Compiling and Installing Perl

In my experience, the -M switch isn't as widely understood as "use" :). I've gotten comments a number of times indicating that peoples eyes glaze over when they see a switch they don't know, even where it should be pretty obvious what it does.

That said, here's a cool way to check a module's version number: perl -MName::Of::Module=99999999