Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Regex: how to consider an unknown number of tabs?

by bichonfrise74 (Vicar)
on Apr 04, 2010 at 16:54 UTC ( [id://832720]=note: print w/replies, xml ) Need Help??


in reply to Regex: how to consider an unknown number of tabs?

Consider this checking out the $/ - input record separator in perlvar.
#!/usr/bin/perl use strict; local $/ = "\n\n"; while (<DATA>) { print if ( ! /^r145/ ); } __DATA__ c114: 0245, 0456, 1545 2555, 2444, 0344 0444, 3434, 1434 r145: 0544, 0688, 2988 1332, 0221, 0867 0655, 4548, 7463 c12: 2322, 0556, 3998 3545, 2002, 4500 5650, 0830, 3324 3433, 7070, 3404

Log In?
Username:
Password:

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

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

    No recent polls found