0 1 2 3 4 5 6 7 8 9 10@a = (0..10); print join(" ", @a), "\n"; $#a = 5; print join(" ", @a), "\n";
In reply to Re: I've never seen this before - $#a = 4 - ??
by robobunny
in thread I've never seen this before - $#a = 4 - ??
by emilford
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |