NAME
Zapp::Task::Script - Run a Script
VERSION
version 0.005
DESCRIPTION
This task executes arbitrary scripts. By default, they are run as scripts for the current shell. With a shebang line (e.g. #!/usr/bin/perl
), any arbitrary interpreter can be invoked.
Output
output - The output of the script
pid - The process ID of the script
exit - The exit code
info - A text description of the exit code
SEE ALSO
AUTHOR
Doug Bell <preaction@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by Doug Bell.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.