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

Re: Trouble grepping values when hash contains multiple values per key

by toolic (Bishop)
on Jun 05, 2010 at 15:53 UTC ( [id://843274]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @dates = grep /$date/, @{ $countries{$cntry_of_issue} };
    
  2. or download this
    use warnings;
    use strict;
    ...
    978,XBRN,CH,Berne Stock Exchange,2010,20100102
    978,XBRN,CH,Berne Stock Exchange,2010,20100321
    978,XBRN,CH,Berne Stock Exchange,2010,20100324
    
  3. or download this
    $VAR1 = [
              '20100101'
            ];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-26 03:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found