in reply to Re: i want to go through the code of Net::Ftp module in perl
in thread i want to go through the code of Net::Ftp module in perl

Interesting. The immediate bash evolution to that is:

function pmvi { vi $(perldoc -l "$@"); }

It even works with more than one module at a time (because perldoc -l does, of course).

--
David Serrano