On 5/9/19 12:55 PM, Илья Рассадин wrote:
Hi!

Yes, they are

Try this snippet
perl -E 'use feature 'signatures'; use warnings; my $a = sub ($b,$c) { return $b + $c; }'

You can find current status for your perl with `perldoc feature` command and then find signatures section.

I expected attempts to make them stable from 5.30 version but looks like perl core team focused on different things. So signatures are still in 5.26 state.

Thank you very much for this great answer! :)

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to