|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re^2: Multi-line comments in perl code?by xdg (Monsignor) |
| on Jul 14, 2006 at 13:45 UTC ( #561213=note: print w/ replies, xml ) | Need Help?? |
|
Among other things, POD does not support indentation Sure it does -- in a Pod format block.
That said, I agree otherwise with your point that Perl doesn't support multi-line comments. Pod can be used for multi-line comments, but Perl and Pod are really two separate languages that can live in the same file. The Perl parser and Pod parsers just choose to pay attention to different languages. -xdg Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||