Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: determine the variable causing the error: Use of uninitialized value

by LanX (Saint)
on Apr 13, 2017 at 20:30 UTC ( [id://1187877]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    warn "array ref $a->[1] ";
    warn "aoh   ref $a->[0]{a} ";
    
  2. or download this
    version 5.014002 at /home/lanx/pm/warn_undef.pl line 4.
    Use of uninitialized value $hash{"a"} in concatenation (.) or string a
    +t /home/lanx/pm/warn_undef.pl line 13.
    ...
    aoh   ref   at /home/lanx/pm/warn_undef.pl line 23.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-19 02:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found