![]() |
|
"be consistent" | |
PerlMonks |
Re: snmp script with perlby greengaroo (Hermit) |
on Dec 06, 2012 at 15:38 UTC ( #1007610=note: print w/replies, xml ) | Need Help?? |
Try use Data::Dumper; then do print Dumper $ram, $uptime, $drive1, $processes; Try that first to see if your structures have any content at all, maybe this will help.
Testing never proves the absence of faults, it only shows their presence.
-- greengaroo
In Section
Seekers of Perl Wisdom
|
|