Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: can i get a matched values as an array

by AnomalousMonk (Archbishop)
on Feb 17, 2009 at 08:41 UTC ( [id://744318]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    >perl -wMstrict -le
    "my $s = 'age 23 name john';
    ...
     print qq{@an};
    "
    23 john
    
  2. or download this
    >perl -wMstrict -le
    "my $s = 'age 23 name john';
    ...
    "
    Use of uninitialized value in join or string at -e line 1.
    :john::
    
  3. or download this
    >perl -wMstrict -le
    "my $s = 'age 23 name john';
    ...
     print qq{:$captured:};
    "
    :john:UNdefined:
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (8)
As of 2024-03-28 15:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found