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

First - read the response that you got. Especially this part:

<span id="no-cookies" class="hidden warning">You appear to have cookie +s disabled.<br /><br /></span> <noscript><span class="warning">What.CD requires JavaScript to functio +n properly. Please enable JavaScript in your browser.</span><br /><br + /></noscript>

Second, read the excellent documentation that comes with Mojo::UserAgent. Especially the examples under "scraping".

Third, take a break to meditate.

- Luke

Replies are listed 'Best First'.
Re^4: Mojo::UserAgent Can't locate object method "say"
by yuppie (Initiate) on Nov 19, 2014 at 21:30 UTC
    As I said, this may be a bit too advanced for me, because I have no idea what I'm doing.

    Documentation doesn't mention JavaScript at all.