Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Data::Table - empty values - avoid warnings

by ikegami (Patriarch)
on Oct 24, 2007 at 16:09 UTC ( [id://646921]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    >perl -wle"no warnings 'uninitialized'; print '' + 4"
    Argument "" isn't numeric in addition (+) at -e line 1.
    ...
    
    >perl -wle"no warnings 'numeric'; print '' + 4"
    4
    
  2. or download this
    >perl -Mdiagnostics -wle"print '' + 4"
    Argument "" isn't numeric in addition (+) at -e line 1 (#1)
    ...
        will identify which operator was so unfortunate.
    
    4
    

Log In?
Username:
Password:

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

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

    No recent polls found