Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Converting output from numeric values to text

by wardk (Deacon)
on Mar 28, 2002 at 21:30 UTC ( [id://155109]=note: print w/replies, xml ) Need Help??


in reply to Converting output from numeric values to text

try
if ( $Month eq 'Jan' ) { $Month = 0; }

PS: this is my "most typical goof", so I caught it easily :)

UPDATE: doh! if ( $Month == 0 ) { $Month = 'Jan'; } ....nevermind

Log In?
Username:
Password:

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

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

    No recent polls found