Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Here documents in blocks [chomp]

by kcott (Archbishop)
on Dec 20, 2020 at 03:57 UTC ( [id://11125483]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -e '
        my $insert = <<EOF;
    ...
        line2
    line3
    </pre>
    
  2. or download this
    $ perl -e '
        chomp(my $insert = <<EOF);
    ...
    <pre>line1
        line2
    line3</pre>
    

Log In?
Username:
Password:

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

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

    No recent polls found