Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: Use of uninitialized value

by cjb (Friar)
on Nov 23, 2010 at 11:41 UTC ( [id://873185]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            my $numerator;
            my $denominator;
    ...
            } else {
                print "\nError: There has been an unexpected string within
    + the second to last element of the array\n";
            }
    
  2. or download this
    my $numerator = 0;
    my $denominator = 0;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-20 04:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found