in reply to Re: Perl One Liner to Check Location of a Module
in thread Perl One Liner to Check Location of a Module
which begins a vi session on the module in question so you can see if it has the code you thought it did.viperl() { vi `perldoc -l $1 | sed -e 's/pod$/pm/'` }
Phil
|
|---|