NAME

Net::SolarWinds::Helper - Common OO Methods

SYNOPSIS

use base qw(Net::SolarWinds::Helper);

DESCRIPTION

This class provides common OO methods used to for Solarwinds development. These methods are all stand alone.

  • my $reverse_hex=$self->ip_to_reverse_hex($ip);

    Converts an IP into hex with the octets swapped to reverse order.

  • my $gui_ip=$self->ip_to_gui($ip);

    Converts a quad notation ip to the gui display version cpm uses..

  • my $swis=$self->nodeUri($node_id);

    Returns the node rui based on the $node_id

Author

Michael Shipper