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

Re: "" isn't numeric...

by itub (Priest)
on Oct 14, 2005 at 18:58 UTC ( [id://500351]=note: print w/replies, xml ) Need Help??


in reply to "" isn't numeric...

If you are certain you want to rely on perl's implicit conversion of empty (or other "non-numeric looking") strings to numeric zero, you can get rid of the warning by adding this line:

no warnings 'numeric';

Log In?
Username:
Password:

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

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

    No recent polls found