in reply to Re: oneliner to get module version
in thread oneliner to get module version
Evidently, perldoc -l does exactly what I intended to do with my "pmpath" shell function, so now I'll just reduce it to a shell alias:
Much better -- thank you!alias pmpath='perldoc -l'
|
|---|