Beam::Runner::ExecCommand - Run an external command
version 0.016
beam run <container> <service>
This runnable module runs an external command using "system" in perlfunc.
The command to run. If a string, will execute the command in a subshell. If an arrayref, will execute the command directly without a subshell.
beam, Beam::Runnable
Doug Bell <preaction@cpan.org>
This software is copyright (c) 2016 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.
To install Beam::Runner, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Beam::Runner
CPAN shell
perl -MCPAN -e shell install Beam::Runner
For more information on module installation, please visit the detailed CPAN module installation guide.