Help for this page

Select Code to Download


  1. or download this
    Can't use string ("group1") as a HASH ref while "strict refs" in use a
    +t...
    
  2. or download this
        ...
        $test_hash{$group} = $group;
    ...
            $test_hash{$group}{$vals[$i]} = $vals[$i];
        }
        ...