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

CLI::Multiplex::TCP - CLI for Multiplex::TCP

VERSION

This documentation describes version 0.01

EXAMPLE

 use CLI::Multiplex::TCP;

 CLI::Multiplex::TCP->main( timeout => 30, max => 30 );

SYNOPSIS

$exe --help

$exe --range hosts --port port [--timeout seconds] [--max parallelism] input ..

e.g.

$exe -r host1~10 -p 12345 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.