![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: Multi-line comments in perl code?by iankorf (Acolyte) |
on Jul 14, 2006 at 18:59 UTC ( #561294=note: print w/replies, xml ) | Need Help?? |
I think it's a good idea to program in the idiomatic standard of a language. Everyone knows that Perl comments begin with #. Using POD for multi-line comments is a bit of a hack. Sure, it's a little more work to type in several lines of #, but it's the expected way. You won't confuse anyone by doing it.
In Section
Seekers of Perl Wisdom
|
|