Navigation Menu

Skip to content

Commit

Permalink
mention eval -V in cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 25, 2013
1 parent 4a648b8 commit 4795bfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -1116,9 +1116,11 @@ that, the application object itself can be accessed via C<app>.
$ mojo generate lite_app
$ ./myapp.pl eval 'say for @{app->static->paths}'

The C<verbose> option will automatically print the return value to C<STDOUT>.
The C<verbose> options will automatically print the return value or returned
data structure to C<STDOUT>.

$ ./myapp.pl eval -v 'app->static->paths->[0]'
$ ./myapp.pl eval -V 'app->static->paths'

=head2 Making your application installable

Expand Down

0 comments on commit 4795bfc

Please sign in to comment.