Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: How do I know if a package is on my server?

by Your Mother (Archbishop)
on Aug 26, 2017 at 13:52 UTC ( [id://1198062]=note: print w/replies, xml ) Need Help??


in reply to How do I know if a package is on my server?

You got plenty of good answers. Something I also use to explore these issues is–

moo@cow[3]~>perldoc -l Moo /usr/local/lib/perl5/site_perl/5.18.2/Moo.pm

It’s especially useful in a modified environment where you might have multiple versions of things and your code is locating/using unexpected versions.

Replies are listed 'Best First'.
Re^2: How do I know if a package is on my server?
by ikegami (Patriarch) on Aug 28, 2017 at 03:45 UTC

    perldoc -lm is better than perldoc -l because it also works for modules without POD.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1198062]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (9)
As of 2024-04-18 16:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found