http://www.perlmonks.org?node_id=771695


in reply to Re: oneliner to get module version
in thread oneliner to get module version

Does your pmpath function get you something perldoc -l doesn't?

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:

alias pmpath='perldoc -l'
Much better -- thank you!