Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Select data between a START and END pattern

by Thelonius (Priest)
on May 01, 2003 at 19:48 UTC ( [id://254787]=note: print w/replies, xml ) Need Help??


in reply to Select data between a START and END pattern

If I understand what you want, then the .. and ... operators are not at all appropriate. I think you want:
if (/\d+\s(.*)\sseconds/) { print "Test Data: $1\n"; }

Log In?
Username:
Password:

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

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

    No recent polls found