http://www.perlmonks.org?node_id=928121


in reply to TIMTOWTDI Challenge: Zero'ing Out An Array

{ no warnings; local(*_)= \@array; split; }

- tye