http://qs321.pair.com?node_id=608861


in reply to Re: "$_" vs. $_
in thread "$_" vs. $_

The real WTF here is that
while (@_) { local $_ = shift; $params->{$_} = shift; }
is used instead of
my %params = @_;


holli, /regexed monk/