Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Creating Reports with hashes: Use of uninitialized value while adding integers

by Crackers2 (Parson)
on Jan 26, 2012 at 16:06 UTC ( [id://950148]=note: print w/replies, xml ) Need Help??


in reply to Creating Reports with hashes: Use of uninitialized value while adding integers

Shouldn't

my $quantity = (); my $total_quantity = ();

be

my $quantity = 0; my $total_quantity = 0;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-03-30 07:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found