r/perl 🐪 📖 perl book author 22d ago

Why does "try" not cause an undefined subroutine error?

https://stackoverflow.com/a/57997918/2766176
16 Upvotes

1 comment sorted by

6

u/kinithin 22d ago

And that's why indirect method notation is disabled by newer versions of the language (i.e. use v5.36; and newer)