Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: Open several files and read line by line

by choroba (Cardinal)
on Dec 04, 2015 at 20:51 UTC ( [id://1149410]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Open several files and read line by line
in thread Open several files and read line by line

Without /g it would be an infinite loop. But with /g, the matching starts where the last one stopped:
$_ = "abcabcabc"; while (/c/g && /a/g) { say pos; } __END__ Output: 4 7
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (7)
As of 2024-04-18 17:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found