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


in reply to Re^3: Any smart Perl editors?
in thread Any smart Perl editors?

Very nice!

I've always put my POD at the bottom of the file (after a 1; and an __END__), so I just create a dummy sub as my last one, and the all the POD is folded as you said.

For me, that makes it easy to go directly to the bottom of my code, instead of automatically going to the bottom of the POD.