Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Regular expressions and sort

by zaro (Novice)
on Nov 04, 2005 at 14:14 UTC ( [id://505702]=note: print w/replies, xml ) Need Help??


in reply to Re: Regular expressions and sort
in thread Regular expressions and sort

Thanks, your solution seems better. I will use it :-).
But it still doesn't explain the strange behaviour of m//.

Replies are listed 'Best First'.
Re^3: Regular expressions and sort
by Fletch (Bishop) on Nov 04, 2005 at 14:22 UTC

    No, because perldoc perlre explains that:

    The numbered variables ($1, $2, $3, etc.) and the related punctuation set ($+, $&, $`, $', and $^N) are all dynamically scoped until the end of the enclosing block or until the next successful match, whichever comes first. (See "Compound Statements" in perlsyn.)

Log In?
Username:
Password:

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

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

    No recent polls found