Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: extract the tail from a string (with new lines) containing a substring

by jjmoka (Beadle)
on Jan 20, 2020 at 20:38 UTC ( [id://11111651]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       if ($out =~/$last(.*)$/s
    
  2. or download this
       //m 
       //s 
       //ms
    
  3. or download this
      1 #!/usr/bin/env perl
      2
    ...
     34 }
     35 #--------------------------------
     36 main;
    
  4. or download this
    --------------...------------
    --------------...------------
    ...
    -------------xxxx------------
    --------------ddd------------
    --------------...------------
    
  5. or download this
    --------------aaa------------
    -------------xxxx------------
    ...
    --------------ccc------------
    -------------xxxx------------
    --------------ddd------------
    
  6. or download this
    --------------...------------
    --------------...------------
    ...
    -------------xxxx------------
    --------------fff------------
    --------------...------------
    
  7. or download this
    --------------aaa------------
    -------------xxxx------------
    ...
    --------------eee------------
    -------------xxxx------------
    --------------fff------------
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 02:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found