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

Re: regex on previous lines (or previous lines, or FIFO array)

by Anonymous Monk
on Feb 01, 2013 at 10:05 UTC ( [id://1016496]=note: print w/replies, xml ) Need Help??


in reply to regex on previous lines

previous lines -> Re: print line 5 lines previous to comaprison line!
my @lines ; push @lines, scalar readline $handle for 1 .. 5; while( readline $handle ){ ... shift @lines; push @lines, $_; }

Log In?
Username:
Password:

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

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

    No recent polls found