Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Converting output from numeric values to text

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


in reply to Converting output from numeric values to text

try == instead of =

... and ...

use strict;
and -w

... and ...

you just need to my $New_mo once.

if ($Month == 7) { $New_mo = 'Aug'; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-03-28 19:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found