Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Tying events to perl warnings and errors

by Shendal (Hermit)
on Sep 13, 2000 at 23:00 UTC ( [id://32323]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
       my %hash = ('arf' => {'spot' => {'dog' => 3}});
       print $hash {$a}->{$b}->{$c};
    }
    
  2. or download this
    here!
     Use of uninitialized value in hash element at test.txt line 23.
    ...
    here!
     Use of uninitialized value in print at test.txt line 23.
    

Log In?
Username:
Password:

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

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

    No recent polls found