http://qs321.pair.com?node_id=561289


in reply to Multi-line comments in perl code?

you can always stick it in a "pod". i know thats not what they're for but it does work. eg
=sub name: print_stuff desc: this subroutine prints stuff! =cut sub print_stuff { print 'stuff' . "\n"; }
failling that u can always use epic plugin on eclipse or komodo IDE to comment out multiple lines in one swift move!