Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: one liner append line(s) to matched paragraph

by 1nickt (Canon)
on Aug 25, 2015 at 23:11 UTC ( [id://1139937]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # cat 1139933.dat
    para1 foo bar
    ...
    
    para3 this is enough
    #
    
  2. or download this
    # perl -Mstrict -wne'
      $/ = ""; s/^(para2.*)^$/$1new text\n/ms; print;
    ...
    
    para3 this is enough
    #
    

Log In?
Username:
Password:

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

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

    No recent polls found