BigIP-iControl-0.03
Perl v5.8.8
GNU/Linux i686 2.6.18.8
Two issues related with node functions and their documentation:
The documentation states that get_node_list() returns a list of node
names, but the function actually returns a reference to a list. I use
the function like this:
my $nodes = $switch->get_node_list();
foreach my $node(@{$nodes})
{...}
Second, the 'get_screen_name($node)' function returns an error when
calling it with a node string (an IP value):
Odd number of elements in hash assignment at
/usr/local/share/perl/5.8.8/BigIP/iControl.pm line 1101.