in reply to
Re: Multi-line comments in perl code?
in thread
Multi-line comments in perl code?
even easier in vims visual block mode. <CTRL>+v, mark the lines you want to comment, type I, type #, type <ESC>.
Comment on
Re^2: Multi-line comments in perl code?
In Section
Seekers of Perl Wisdom