Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Multi-line comments in perl code?

by j1n3l0 (Friar)
on Jul 14, 2006 at 18:20 UTC ( #561289=note: print w/replies, xml ) Need Help??


in reply to Multi-line comments in perl code?

you can always stick it in a "pod". i know thats not what they're for but it does work. eg
=sub name: print_stuff desc: this subroutine prints stuff! =cut sub print_stuff { print 'stuff' . "\n"; }
failling that u can always use epic plugin on eclipse or komodo IDE to comment out multiple lines in one swift move!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2023-12-06 05:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (29 votes). Check out past polls.

    Notices?