>Gisle Aas wrote:
>> 
>>   foo(\&print, "foo");

>I think it's critical that built-ins be reference-takeable,
>just like user-defineds.

But they [dw]on't work right.  

    sub CORE::push { push(@_);

    $fn = \&CORE::push;

    $fn->(@some_array, now, some, list);

--tom

Reply via email to