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.