Help for this page
@saw{ @arr } = (); # The line I'm not understanding
{}; # hash reference []; # array reference ... @hash{qw(foo bar quux)} = @ary; # LHS in list context, RHS in list con +text: # $hash{'bar'} == 2; $hash{'quux'} +== 3