Howdy monks, I must be missing something obvious:
sub change_punch_process { my @numbers; foreach ( $q->param ) { if (/^([0-9]+)/) { foreach (@numbers) { unless ($_ == $1) { push @numbers,$1; } } } } }
I hope this is clear enough.
I want to:Thank you,
Elam
Edited: ~Thu Nov 21 23:22:19 2002 (GMT) by footpad: Retitled (was "ponder this"), per Consideration
In reply to pondering array population by elam
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |