For one thing, how is perl to know what "Test" is?
I don't see you using that module.
for (my $i=0; $i != $_[0]; $i++) {
You are definiing $i but not using it for a purpose other than iterating the loop itself.
This C-like for loop could look like this in Perl:
for ( 1 .. $_[0]; ) {
Cheers, Sören
In reply to Re: Tracking objects.
by Happy-the-monk
in thread Tracking objects.
by yoda54
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |