Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Positions of certain tokens in syntax tree

by LanX (Saint)
on Dec 14, 2019 at 00:50 UTC ( [id://11110099]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
          $_ = "The brown fox jumps over the lazy dog";
          /the (\S+)(?{ $color = $^N }) (\S+)(?{ $animal = $^N })/i;
          print "color = $color, animal = $animal\n";
    

Log In?
Username:
Password:

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

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

    No recent polls found