Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Multi-line comments in perl code?

by ikegami (Patriarch)
on Jul 14, 2006 at 19:28 UTC ( [id://561305]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $comment = <<'EOC';
    bla bla
    EOC
    
  2. or download this
    $comment = <<'EOC' if 0;
    bla bla
    EOC
    
  3. or download this
    0 && <<'EOC';
    bla bla
    EOC
    
  4. or download this
    0 && q{
      ...
    };
    
  5. or download this
    =for comment
    bla bla
    =cut
    
  6. or download this
    # bla bla
    # bla bla
    # bla bla
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-23 14:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found