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

Perl module symbol import versus direct invocation

by JayBonci (Curate)
on Feb 26, 2003 at 07:29 UTC ( [id://238686]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    ($year,$month,$day) = Add_Delta_Days($year,$month,$day, -3);
    print join("-", $year,$month,$day)
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    
    ($year,$month,$day) = Date::Calc->Add_Delta_Days($year,$month,$day, -3
    +);
    print join("-", $year,$month,$day)
    

Log In?
Username:
Password:

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

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

    No recent polls found