S.A. Birl wrote:
Sometimes I find the need to comment out a block temporarily.
My roots go back to C where I could quickly throw a
#if 0
#endif
around a section of code to prevent a section of getting compiled.
is there something similar for PERL?
No, but there is something for Perl[1]:
perldoc -q "How can I comment out a large block of perl code"
[1] perldoc -q 'the difference between "perl" and "Perl"'
John
--
Perl isn't a toolbox, but a small machine shop where you
can special-order certain sorts of tools at low cost and
in short order. -- Larry Wall
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/