Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Date plus Time sort from file

by Laurent_R (Canon)
on Aug 15, 2013 at 08:53 UTC ( [id://1049527]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my ($day, $month, $year) = (localtime time)[3..5];
    $year += 1900;
    $day = sprintf "%02d", $day:
    $month = sprintf "%02d", $month + 1;
    my $date = "$month-day-$year";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (8)
As of 2024-04-16 09:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found