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

Proc::JobQueue::Command - run shell commands in the background

SYNOPSIS

use Proc::JobQueue::BackgroundQueue;
use aliased 'Proc::JobQueue::Command';

my $queue = new Proc::JobQueue::BackgroundQueue;

my $job = Command->new($shell_command_string);

$queue->add($job);

$queue->finish;

DESCRIPTION

This is a subclass of Proc::JobQueue::Job. In the background, run a command-line command.

SEE ALSO

Proc::JobQueue Proc::JobQueue::Job Proc::JobQueue::BackgroundQueue Proc::JobQueue::Move Proc::JobQueue::Sort Proc::JobQueue::Sequence

LICENSE

This package may be used and redistributed under the terms of either the Artistic 2.0 or LGPL 2.1 license.