Net::Radiator::Monitor

Perl interface to Radiator Monitor command language
Download

Net::Radiator::Monitor Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Luke Poskitt
  • Publisher web site:
  • http://search.cpan.org/~ltp/

Net::Radiator::Monitor Tags


Net::Radiator::Monitor Description

Net::Radiator::Monitor is a Perl module that provides a Perl interface to Radiator Monitor command language.SYNOPSIS use strict; use warnings; use Net::Radiator::Monitor; use Carp qw(croak); my $monitor = Net::Radiator::Monitor->new( user => $user, passwd => $passwd, server => $server, port => 9084, timeout => 5 ) or croak "Unable to create monitor: $!\n"; print $monitor->id; $monitor->quit;Product's homepage


Net::Radiator::Monitor Related Software