Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Condensed output of Data::Dumper used on DateTime

by andreas1234567 (Vicar)
on Feb 01, 2012 at 12:31 UTC ( [id://951201]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -wle 'use Data::Dumper; use DateTime; my $dt = DateTime::->now(
    +); print Dumper($dt); print $dt->dmy . q{ } .$dt->hms'
    $VAR1 = bless( {
    ...
                   }, 'DateTime' );
    
    01-02-2012 12:26:23
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-25 07:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found