say is a feature available since Perl v5.10, but it's not enabled by default. Look at the documentation:
This keyword is available only when the "say" feature is enabled, or when prefixed with CORE:: ; see feature. Alternately, include a use v5.10 or later to the current scope.
Just add "use v5.10;" to your code. Or replace "use strict;" with "use v5.14;" - this enables strict by default.
- Luke
In reply to Re: Mojo::UserAgent Can't locate object method "say"
by blindluke
in thread Mojo::UserAgent Can't locate object method "say"
by yuppie
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |