in reply to Multi-line comments in perl code?
failling that u can always use epic plugin on eclipse or komodo IDE to comment out multiple lines in one swift move!=sub name: print_stuff desc: this subroutine prints stuff! =cut sub print_stuff { print 'stuff' . "\n"; }
|
|---|