Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Hash Uninitialized Values Error

by slinky773 (Sexton)
on Dec 25, 2013 at 20:42 UTC ( [id://1068370]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub LHCC {
        DECISION: print "
        Hi. This is the Lee-Hardy Conclusion Calculator.\n
    ...
        print "\n\nIn other words, " . $Conclusion[0] . " => " . $Conclusi
    +on[(scalar @Conclusion)-1] . " or " . $OtherConclusion[0] . " => " . 
    +$OtherConclusion[(scalar @Conclusion)-1] . "\n";
        goto DECISION;
    }
    
  2. or download this
    Use of uninitialized value in print at Unit3.pm line 142, <STDIN> line
    + 12.
    Use of uninitialized value in string eq at Unit3.pm line 144, <STDIN> 
    +line 12.
    Use of uninitialized value in string ne at Unit3.pm line 149, <STDIN> 
    +line 12.
    Use of uninitialized value in print at Unit3.pm line 142, <STDIN> line
    + 12.
    Use of uninitialized value in string eq at Unit3.pm line 144, <STDIN> 
    +line 12.
    Use of uninitialized value in string ne at Unit3.pm line 149, <STDIN> 
    +line 12.
    
  3. or download this
    Use of uninitialized value $Conclusion[2] in concatenation (.) or stri
    +ng at Unit3.pm line 203, <STDIN> line 12.
    c => -b =>  => 
    
    ...
    f =>  => -b
    
    In other words, c =>  or f => -b
    

Log In?
Username:
Password:

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

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

    No recent polls found