in reply to Push can shove it.
it should work. BUT you shouldn't do this at all. You should dosub add2arr { my ($value,@tmp) = @_; push(@tmp,$value); return @tmp; } # and call it like @tmp = add2arr($value,@tmp)
directly inside make_sections.push(@tmp,$value)
/\/\averick
perl -l -e "eval pack('h*','072796e6470272f2c5f2c5166756279636b672');"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Push can shove it.
by HamNRye (Monk) on Feb 23, 2002 at 00:55 UTC | |
by chromatic (Archbishop) on Feb 23, 2002 at 05:21 UTC |