Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: multiple matches per line *AND* multiple capture groups per match

by kcott (Archbishop)
on Dec 22, 2013 at 05:48 UTC ( [id://1068087]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -l
    
    ...
        my @three_digits = qw{1 2 3};
        return (\@three_letters, \@three_digits);
    }
    
  2. or download this
    Letters REF: ARRAY(0x7ff684047ad0)
    Letters: A B C
    ...
    1
    2
    3
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1068087]
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 23:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found