Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value in delete at
    Attempt to free unreferenced scalar
    
  2. or download this
    %hsh = qw(a 1 b 2 c 3 d 4);
    
    ...
    }
    $num = %hsh;
    print "$num\n";