![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re: Mojo::UserAgent Can't locate object method "say"by Loops (Curate) |
on Nov 19, 2014 at 19:16 UTC ( #1107809=note: print w/replies, xml ) | Need Help?? |
Unfortunately say isn't enabled without a use feature or version line:
Along with your other use lines. This is automatically enabled if you specify a minimum Perl version of v5.10 or above as well:
In Section
Seekers of Perl Wisdom
|
|