Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: Yesterday Date

by ww (Archbishop)
on Feb 04, 2008 at 20:04 UTC ( [id://666081]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Yesterday Date
in thread Yesterday Date

For an explanation of how to use an installed module, for example, Date::Manip
perldoc date::manip
for any of the other modules, substitute the name of your selection.

Replies are listed 'Best First'.
Re^4: Yesterday Date
by merlyn (Sage) on Feb 04, 2008 at 20:21 UTC
    perldoc date::manip
    That's a broken example. If you're going to use an example, use a proper one:
    localhost:~ % perldoc date::manip No documentation found for "date::manip". localhost:~ % perldoc Date::Manip [page shown]
    It's case sensitive.
      True on nix-ish OS, untrue on winders:
      C:\>perldoc date::manip NAME Date::Manip - date manipulation routines SYNOPSIS use Date::Manip; ....

      Nonetheless, your point re a correct and generic form is well taken. TY.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (9)
As of 2024-03-28 11:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found