Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    tst $h{$bla};  # line 16
    undef $bla;
    tst $h{$bla};  # line 19
    
  2. or download this
    entering tst()
    leaving tst()
    ...
    entering tst()
    Use of uninitialized value in scalar assignment at perlmonks-1063097.p
    +l line 6.
    leaving tst()