|
|
| No such thing as a small change | |
| PerlMonks |
Re^3: snmp script with perlby greengaroo (Friar) |
| on Dec 06, 2012 at 15:57 UTC ( #1007613=note: print w/ replies, xml ) | Need Help?? |
|
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.
Testing never proves the absence of faults, it only shows their presence.
-- greengaroo
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||