in reply to Re^2: snmp script with perl
in thread snmp script with perl
OK your hashref values are empty so that explains why your output is empty. Also if you print the string "\015\12", remember that special characters such as \0 and \1 are interpreted in double quotes, so if you really want to print that string, put it in single quotes.
|
|---|