r...@i.frys.com 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: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to