Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Re: Converting output from numeric values to text

by cacharbe (Curate)
on Mar 29, 2002 at 00:52 UTC ( [id://155164]=note: print w/replies, xml ) Need Help??


in reply to Re: Converting output from numeric values to text
in thread Converting output from numeric values to text

Of course, you could also use one of the various Date::x modules as well.
use Date::Calc qw(Month_to_Text); $string = Month_to_Text(((localtime(time))[4]+1)); print $string;
C-.

Log In?
Username:
Password:

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

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

    No recent polls found