in reply to Re: Avoiding reference of sub optimization
in thread Avoiding reference of sub optimization

> A subroutine isn't a data structure.

Well obviously not in Perl, but there is a reason why I've put "data" into quotes. :)

But thanks for the literal example, good point! ¹

Cheers Rolf

UPDATE:

1) and another example of constant folding.

  • Comment on Re^2: Avoiding reference of sub optimization