in reply to Installed Module

Anything here suits you?
$ perl -MModule::Name -e 'print "it is installed\n";' $ perl -MModule::Name -e1 $ perldoc -l Module::Name $ locate *.pm
Regards,
Edward

Replies are listed 'Best First'.
Re^2: Installed Module
by solbeach (Novice) on Apr 18, 2005 at 01:25 UTC
    I can't locate Module::Name either on www.cpan.org or using Google.
    A URL pointing to it would be most appreciated.
    You can lead {some|many|most} to knowledge, but a few will steadfastly refuse to think (for themsleves). Clue Repellant!

      "Module::Name" is not a real module but a placeholder for one that is. Replace "Module::Name" with the name of any real module from CPAN.