Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Fast(er) date parsing

by crazyinsomniac (Prior)
on Jul 19, 2000 at 03:01 UTC ( [id://23081]=note: print w/replies, xml ) Need Help??


in reply to Fast(er) date parsing

my( $day, $month, $date, $time, $hour, $min, $sec, $year); ($day,$month,$date,$time,$year)=split(" ","Mon Jul 17 17:59:31 2000"); ($hour,$min,$sec)=split(":",$time);

Replies are listed 'Best First'.
(crazyinsomniac) RE: Answer: Fast(er) date parsing
by crazyinsomniac (Prior) on Jul 19, 2000 at 03:03 UTC
    Sorry about that
    my $day; my $month; my $date; my $time; my $hour; my $min; my $sec; my $year; ($day,$month,$date,$time,$year)=split(" ","Mon Jul 17 17:59:31 2000") +; ($hour,$min,$sec)=split(":",$time);
     ______________________________________________
    |_____¸.·ooO--(> cRaZy is co01. <)--Ooo·.¸_____|
     ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
    
      my ($day,$month,$date,$hour,$min,$sec,$year)=split /[ :]/,"Mon Jul 17 +17:59:31 2000";
      cLive ;-)

Log In?
Username:
Password:

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

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

    No recent polls found