Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Get most recent data based on a date from an array of hashes.

by Fletch (Bishop)
on Jan 18, 2022 at 18:45 UTC ( [id://11140576]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ## Either
    $mdy =~ m{^(...blahblah...)};
    ...
    
    ## Or maybe (with a new enough perl)
    return $mdy =~ s{...}{$3-$1-$2}r;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-03-28 18:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found