in reply to Re^2: Mojo::UserAgent Can't locate object method "say"
in thread Mojo::UserAgent Can't locate object method "say"

Not clear what's your problem introducing comments when creating a node here, but, worst case, you can prepare your post locally with your favorite text-editor. Include PM markup and comments in code blocks -- and when you're happy with the appearance, do a copy/paste to the text_entry box here.


++$anecdote ne $data


Replies are listed 'Best First'.
Re^4: Mojo::UserAgent Can't locate object method "say"
by yuppie (Initiate) on Nov 19, 2014 at 22:27 UTC
    Thank you. I will keep that in mind when replying. But, for now, can anyone use Mojo::UserAgent to authenticate to what.cd?
      I don't know how to use Mojo, but the page sends a typical post request. The quick scan of Mojolicious' docs suggests that it must be something like
      my $response = $ua->post('https://what.cd/login.php' => form => {usern +ame => 'foo', password => 'barbaz', login => 'Log in'})