On Wed, 25 Jan 2023 18:45:32 -0800
Andrew Hewus Fresh wrote:
> Good news! I got all our patches updated for perl 5.36.0. To skip the
> summary of new features, jump down to the bottom for details on how you
> can help test it.
A few months ago, I put perl 5.36.0 in a macppc's $HOME, but it was
One thing that's going to be very useful IMO
is newer function bindings.
Us perlers don't really care, matching $@
after the sub is cool.
But having off-the-mill function "declarations"
that look a lot like function declarations in
other more common languages
(e.g.
sub f($a, $b)
)
might help *a