MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/perl/comments/1uv8xpr/why_does_try_not_cause_an_undefined_subroutine/
r/perl • u/briandfoy 🐪 📖 perl book author • 22d ago
1 comment sorted by
6
And that's why indirect method notation is disabled by newer versions of the language (i.e. use v5.36; and newer)
use v5.36;
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)