develooper Front page | perl.beginners | Postings from May 2008

Re: Multiline comment in Perl

Thread Previous | Thread Next
From:
Octavian Rasnita
Date:
May 20, 2008 23:09
Subject:
Re: Multiline comment in Perl
From: "Robert Hicks" <sigzero@gmail.com>
> 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



Thread Previous | Thread Next


Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About