Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Question re numbers and strings

by pat_mc (Pilgrim)
on Jan 13, 2011 at 09:05 UTC ( [id://882058]=note: print w/replies, xml ) Need Help??


in reply to Question re numbers and strings

Clearly, Perl is trying to interpret as much of the string as a number as it can. For that reason, the following will also work:
my $field = 2; print "A number!", $field + 1 if ( $field > 1);
So despite the warning that $field is not numerical Perl does try to read the actual numerical value assigned.

Not sure if this is any help.

Pat

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (8)
As of 2024-04-24 12:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found