>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
- RFC: Drop distinction between user-defined and built-in f... Johan Vromans
- Re: RFC: Drop distinction between user-defined and b... Gisle Aas
- Re: RFC: Drop distinction between user-defined a... Tom Christiansen
- Re: RFC: Drop distinction between user-defined a... John Porter
- Re: RFC: Drop distinction between user-defin... Tom Christiansen
- Re: RFC: Drop distinction between user-d... John Porter
- Re: RFC: Drop distinction between u... Tom Christiansen
- Re: RFC: Drop distinction betwe... Tom Christiansen
- Re: RFC: Drop distinction between user-defined and b... skud
