Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: regex needed with match operator

by broquaint (Abbot)
on Apr 28, 2003 at 13:37 UTC ( [id://253683]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if(m[/\w+/foo]) {
      s[.* /(\w+) /foo \z]($1)x;
      ...
    }
    
  2. or download this
    print m{ /(\w+) /foo\z }x, "\n"
      for @FILES;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-25 23:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found