in reply to Re: process array with while loop
in thread process array with while loop

What advantage does this have over print @array;?

Replies are listed 'Best First'.
Re^3: process array with while loop
by monsieur_champs (Curate) on Nov 14, 2006 at 13:53 UTC

    No advantage, I just like this construct. It can even not be the more advisable, nor the one everybody uses, but it is quite readable for me and TIMTOWTDI is important. ;-)