[email protected] wrote:
Soham Das wrote:
int a[125]; for(i=0;i<125;i++) a[i]=0;my @array; $array[$_] = 0 for 0..125;
s/125/124/ -- Ruud -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
