You probably want something like;
The for loop can be used in Perl the same way as you would in C. Of course the for loop in Perl can be used in the other ways too.for($i=0; $i < @Array; $i++) { ... }
In reply to Re: Cant use array with numbers??
by bruceb3
in thread Cant use array with numbers??
by RobinVossen
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |