Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: How to store matched $1 values one by one to array? (perlrequick)

by Anonymous Monk
on Feb 02, 2013 at 07:56 UTC ( [id://1016674]=note: print w/replies, xml ) Need Help??


in reply to How to store matched $1 values one by one to array?

perlintro -> perlrequick#Extracting matches, More matching
@words = ($x =~ /(\w+)/g); # matches, # $word[0] = 'cat' # $word[1] = 'dog' # $word[2] = 'house'
  • Comment on Re: How to store matched $1 values one by one to array? (perlrequick)
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-26 08:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found