The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Zing::System - System Command Process

ABSTRACT

System Command Process Abstraction

SYNOPSIS

  use Zing::System;

  my $system = Zing::System->new(
    command => ['perl -v | head -n 2 | tail -n 1'],
  );

  # $system->execute;

DESCRIPTION

This package provides an actor abstraction which executes a system command using exec.

INHERITS

This package inherits behaviors from:

Zing::Process

LIBRARIES

This package uses type constraints from:

Zing::Types

ATTRIBUTES

This package has the following attributes:

command

  command(ArrayRef[Str])

This attribute is read-only, accepts (ArrayRef[Str]) values, and is required.

AUTHOR

Al Newkirk, awncorp@cpan.org

LICENSE

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".

PROJECT

Wiki

Project

Initiatives

Milestones

Contributing

Issues