Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Applying regexes to streams: Perl enhancement idea

by diotalevi (Canon)
on Jan 12, 2003 at 06:16 UTC ( [id://226213]=note: print w/replies, xml ) Need Help??


in reply to Re: Applying regexes to streams: Perl enhancement idea
in thread Applying regexes to streams: Perl enhancement idea

The regex engine does not allow (?{code}) blocks to alter pos(). I wanted to do that once and dug into the source. Just prior to executing the code it saves a copy of pos() and restores it immediately afterward. tye answered the other concern but didn't address this issue.


Fun Fun Fun in the Fluffy Chair

  • Comment on Re^2: Applying regexes to streams: Perl enhancement idea

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://226213]
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: (5)
As of 2024-04-25 08:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found