NAME
   App::p - Steroids for your perl one-liners.

VERSION
   version 0.0002

SYNOPSIS
       p 'dd [File::Spec->path]'   # dynamically load arbitrary modules
       p -pe 's/foo/bar/' foo.txt  # use your favorite options like -lane
       p 'say "hello world!"'      # -E is assumed if no options are provided
       p 'dd yl r "config.yml"'    # chain commands
       p 'dd ExtUtils::Installed->new->modules' # list all installed modules

ACKNOWLEDGEMENTS
   This is based on Randy Stauner's
   <http://blogs.perl.org/users/randy_stauner/2011/06/exploratory-one-liner
   s-with-less-typing.html> and Marco Fontani's
   <https://gist.github.com/1042504>.

AUTHOR
   Naveed Massjouni <[email protected]>

COPYRIGHT AND LICENSE
   This software is copyright (c) 2011 by Naveed Massjouni.

   This is free software; you can redistribute it and/or modify it under
   the same terms as the Perl 5 programming language system itself.