Skip to content

Instantly share code, notes, and snippets.

Created October 29, 2014 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/ece50f4f6daa8d4fa647 to your computer and use it in GitHub Desktop.
Save anonymous/ece50f4f6daa8d4fa647 to your computer and use it in GitHub Desktop.
$ perl -Mojo -E 'g("mojolicio.us")->dom->at("h1")->first'
Not a subroutine reference at -e line 1.
$ perl -Mojo -E 'g("mojolicio.us")->dom->at("h1")->last'
Can't locate object method "last" via package "Mojo::DOM" at -e line 1.
$ perl -Mojo -E 'g("mojolicio.us")->dom->at("h1")->whatever'
Can't locate object method "whatever" via package "Mojo::DOM" at -e line 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment