in reply to Re^3: Interface flap detection in Perl
in thread Interface flap detection in Perl

It's deffo with this following line

my $ret = $sth->execute($int_table{key}, $host);

it doesn't like  $int_table{key} that in there for some reason. Any clues anyone???