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

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Simple question:
I need to initialize 20 variables($var1..$var20) to zero.
$var1=0; $var2=0; $var3=0; ...

How do I do this with arrays in Perl?

Thanks...Mike