Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Commenting out script in Perl like in C++

by moxliukas (Curate)
on Jul 26, 2003 at 10:15 UTC ( [id://278077]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    .... some code ....
    =pod
    multiline comment 
    (or just code that you don't want to be executed)
    =cut
    ...some more code...
    
  2. or download this
    ...some code...
    if (0) {
    ...some code commented out...
    }
    ...some more code...
    
  3. or download this
     use Acme::Comment type=>'C++', own_line=>1;
    
    ...
        */
    
        // I prefer beer.  --sqrn
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-24 23:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found