NAME
App::PerlShell::AddOn::ShellCommands - Perl Shell Commands from OS Shell
SYNOPSIS
plsh> use App::PerlShell::AddOn::ShellCommands;
plsh> cat('filename.txt');
DESCRIPTION
App::PerlShell::AddOn::ShellCommands provides an extension to App::PerlShell to run commands from the operating system shell in the App::PerlShell.
Note: Parenthesis ()s must be used around arguments to shell commands as shown with cat
in the above example.
COMMANDS
ShellCommands - provide help
Provides help.
SEE ALSO
LICENSE
This software is released under the same terms as Perl itself. If you don't know what that means visit http://perl.com/.
AUTHOR
Copyright (c) 2016 Michael Vincent
All rights reserved