Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Better ways to make multi-line comments in Perl?

by rob_au (Abbot)
on May 18, 2002 at 02:39 UTC ( [id://167461]=note: print w/replies, xml ) Need Help??


in reply to Better ways to make multi-line comments in Perl?

I would add to this thread an interesting module which I found recently on CPAN, Acme::Comment - This source filter module allows for comments of many different styles to be incorporated into your code, including multi-line C++ style comments. For example:

use Acme::Comment type => 'C++'; /* This is a comment ... ... C++ style! */

Other commenting styles available through this module include - Fortran, HTML, LaTeX, Lisp and Pascal.

 

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://167461]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-16 22:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found