On Wed, Aug 02, 2000 at 12:22:10PM -0400, John Porter wrote:
>   sub interleave(\@;\@\@\@\@\@\@\@\@) {
...
>   }
> 
> sub mapf(&;\@\@\@\@\@\@\@\@\@) {
...
> }
> 
> 
> I guess my question is, why do these need to be builtins?

sub push (\@@) { @{$_[0]} = (@{$_[0]}, @_[1..@_]); }

-- 
<Addi> Just imagine we are meeting the aliens for the first time.
<ton> Most people would just shoot them to see how many points they are
worth.

Reply via email to