Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Perl One Liner to Check Location of a Module

by philcrow (Priest)
on Apr 09, 2007 at 13:54 UTC ( [id://608965]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl One Liner to Check Location of a Module
in thread Perl One Liner to Check Location of a Module

Yes. We use this in a shell function defined in .bashrc:
viperl() { vi `perldoc -l $1 | sed -e 's/pod$/pm/'` }
which begins a vi session on the module in question so you can see if it has the code you thought it did.

Phil

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-20 00:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found