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

Re: Apply A Set Of Regexes To A String

by mvc (Scribe)
on Oct 11, 2004 at 14:05 UTC ( [id://398155]=note: print w/replies, xml ) Need Help??


in reply to Apply A Set Of Regexes To A String

why not use $_?


for ($html) {
   s/foo/bar/;
   s/baz/quux/;
   s/monkey/pants/;
}

Log In?
Username:
Password:

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

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

    No recent polls found