Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Converting output from numeric values to text

by chr0 (Sexton)
on Mar 28, 2002 at 21:35 UTC ( [id://155115]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($Month =0)
    
  2. or download this
    if ($Month ==0)
    
  3. or download this
    my @Month_name = qw(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec);
    my $New_mo = $Month_name[$Month]
    

Log In?
Username:
Password:

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

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

    No recent polls found