Help for this page
# This is my means of a sort of 'bind params by column name'. sub bind_result_columns ... } return $bound_fields; }
my $QUERY = "select READ_COMMUNITY,IP_ADDRESS,DEVICE_GROUP,MANAGED fro +m SNMP_NODES"; ... # Do stuff with the data now... print Dumper $bound_fields; # DEBUG }