go ahead... be a heretic | |
PerlMonks |
Re: Better ways to make multi-line comments in Perl?by kcott (Archbishop) |
on Aug 22, 2015 at 21:02 UTC ( [id://1139551]=note: print w/replies, xml ) | Need Help?? |
There's a variety of ways to add comments using POD. Quick and dirty method to comment out some code:
Adding a single line comment:
Adding a multiline comment:
Adding a multiblock coment:
In Section
Seekers of Perl Wisdom
|
|