in reply to Look at a module's source-code

Nice. I was going to suggest, as an alternate (even though it doesn't stick you into an editor),
% perldoc -m Module::Name
which is valid. However, it fails when looking up something that isn't a module, like perldoc itself:
% perldoc -m perldoc No documentation found for "perldoc".
So... nice snippet. :)