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::mtcp - CLI for Multiplex::TCP

VERSION

This documentation describes version 0.02

EXAMPLE

 use Local::CLI::mtcp;

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

SYNOPSIS

$exe --help

$exe --range hosts --port port [--timeout seconds] [--max parallelism] [--verbose 1 or 2] input ..

e.g.

$exe -r host1~10 -p 12345 -v 1 uptime

echo blah | $exe -r host1~10 -p 12345

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.