Zing::System - System Command Process
System Command Process Abstraction
use Zing::System; my $system = Zing::System->new( command => ['perl -v | head -n 2 | tail -n 1'], ); # $system->execute;
This package provides an actor abstraction which executes a system command using exec.
exec
This package inherits behaviors from:
Zing::Process
This package uses type constraints from:
Zing::Types
This package has the following attributes:
command(ArrayRef[Str])
This attribute is read-only, accepts (ArrayRef[Str]) values, and is required.
(ArrayRef[Str])
Al Newkirk, awncorp@cpan.org
awncorp@cpan.org
Copyright (C) 2011-2019, Al Newkirk, et al.
This is free software; you can redistribute it and/or modify it under the terms of the The Apache License, Version 2.0, as elucidated in the "license file".
Wiki
Project
Initiatives
Milestones
Contributing
Issues
To install Zing, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Zing
CPAN shell
perl -MCPAN -e shell install Zing
For more information on module installation, please visit the detailed CPAN module installation guide.