Re: Multiline comment in Perl
[email protected] ("Octavian Rasnita")
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <004101c8bb09$42eb3630$9200a8c0@octavian> |
From: "Robert Hicks" <[email protected]> > Cheating...but: > > http://search.cpan.org/~kane/Acme-Comment-1.02/lib/Acme/Comment.pm This module works fine. And it takes little code to just write use Acme::Comment; then use the C comment style. I've seen that the multiline comments can also contain other multiline comments inside. It takes less code than when using the POD markers, and a POD-style comment can't contain other POD-style comments inside. Octavian