in reply to how to pull in all params that are numbered
Update
while(param()) { push (@num, $_) if $_ ~= m/^d$+/ } might work
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: how to pull in all params that are numbered
by imp (Priest) on Jun 07, 2007 at 02:00 UTC | |
by sulfericacid (Deacon) on Jun 18, 2007 at 17:53 UTC | |
by imp (Priest) on Jun 18, 2007 at 18:46 UTC |