Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Mojo::UserAgent Can't locate object method "say"

by Loops (Curate)
on Nov 19, 2014 at 19:16 UTC ( [id://1107809]=note: print w/replies, xml ) Need Help??


in reply to Mojo::UserAgent Can't locate object method "say"

Unfortunately say isn't enabled without a use feature or version line:

use feature 'say';

Along with your other use lines. This is automatically enabled if you specify a minimum Perl version of v5.10 or above as well:

use 5.010;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1107809]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found