Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: How do I extract all text between two keywords like start and end?

by stephen (Priest)
on Apr 15, 2000 at 02:16 UTC ( [id://7675]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    yadda yadda start this is comment start this is still comment end this
    + should still be comment end yadda yadda
    
  2. or download this
     this is comment start this is still comment
    
  3. or download this
    sub between {
        my ($text) = @_;
    ...
    
        return join('', @comments);
    }
    
  4. or download this
    this is comment  this is still comment  this should still be comment
    

Log In?
Username:
Password:

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

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

    No recent polls found