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

Local::CLI::mcmd - CLI for Multiplex::CMD

VERSION

This documentation describes version 0.01

EXAMPLE

 use Local::CLI::mcmd;

 Local::CLI::mcmd->main( timeout => 30, max => 30 );

SYNOPSIS

$exe --help

$exe --range range [--timeout seconds] [--max parallelism] [--verbose 1 or 2] command ..

e.g.

echo blah | $exe -r 1~10 wc

$exe -r host1~10 -m 5 -t 10 -v 2 ssh {} uptime

AUTHOR

Kan Liu

COPYRIGHT and LICENSE

Copyright (c) 2010. Kan Liu

This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.