Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

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

by GertMT (Hermit)
on Jan 26, 2012 at 15:09 UTC ( [id://950114]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $quant = $tree_collection{$years}{$trees}{$size} || 0;
    
  2. or download this
    || 0
    
  3. or download this
     $year_total += $total;
    
  4. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    2008,Basswood,25,9
    2011,Pine,11,5
    

Log In?
Username:
Password:

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

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

    No recent polls found