BTW your looping style is very C-ish. You will avoid most fencepost and off-by-one errors (both extremely common bugs) if you switch to the more Perlish:
foreach my $x (0..9) { ... }
In reply to Re: Objects and forking
by tilly
in thread Objects and forking
by gnu@perl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |