Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: Argument "" Isn't numeric in numeric eq (==)

by AnomalousMonk (Archbishop)
on Feb 10, 2014 at 15:35 UTC ( [id://1074263]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Argument "" Isn't numeric in numeric eq (==)
in thread Argument "" Isn't numeric in numeric eq (==)

But did you try simply switching off warnings (in a suitably narrow scope, of course)? I.e.,
    no warnings;
or
    no warnings qw(numeric);

See warnings and perllexwarn.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-24 02:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found