Skip to content

Commit

Permalink
show how to use CSS selectors with the get command
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 12, 2014
1 parent 6821063 commit c93daac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Mojolicious/Lite.pm
Expand Up @@ -254,6 +254,11 @@ in debugging your application.
app->start;
You can even use CSS selectors with L<Mojolicious::Command::get> to extract
only the information you're actually interested in.
$ ./myapp.pl get /dies '#error'
=head2 Route names
All routes can have a name associated with them, this allows automatic
Expand Down

0 comments on commit c93daac

Please sign in to comment.