Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Perl Syntax - What's the difference?

by Galdor (Sexton)
on Apr 09, 2018 at 11:43 UTC ( [id://1212571]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print $event->startdate->ymd(), " - ", $event->startdate->month_name()
    +;
    
  2. or download this
    print $event->start_date->ymd(), " - ", $event->start_date->month_name
    +();
    
  3. or download this
    Can't locate object method "ymd" via package "2008-08-18" (perhaps you
    + forgot to load "2008-08-18"?) at ./test-dbic-schema.pl line 50.
    

Log In?
Username:
Password:

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

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

    No recent polls found