App::MrShell

Do everything the mrsh command-line tool can do and more
Download

App::MrShell Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Paul Miller
  • Publisher web site:
  • http://search.cpan.org/~jettero/

App::MrShell Tags


App::MrShell Description

Do everything the mrsh command-line tool can do and more App::MrShell is a Perl module that can do all the things mrsh can do and possibly more. The methods mostly support chaining to make script writing easier and more attractive. The API hides the POE nature of the project, but the author is not opposed to exposing it if anybody wants such a thing.SYNOPSIS my $mrsh = App::MrShell -> new -> set_hosts('host1', 'host2', 'host3') -> queue_command('uptime') -> queue_command('mii-tool', 'eth0') -> queue_command('dmesg | head') -> run_queue; Requirements: · Perl


App::MrShell Related Software