in reply to snmpwalk in perl
I need a snmpwalk script in Perl without using modules
... and I really, really need a mammoth to ride to work, right now, ASAP!
Are you aware that Perlmonks is not a code writing service? Show some effort. Start writing the script, show us where you are stuck, and we will gladly help you. Or make it a job and post it at https://jobs.perl.org/.
Here's a starter:
#!/usr/bin/perl use strict; use warnings; #### your code here ####
Alexander
--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: snmpwalk in perl
by Nouhira (Initiate) on May 17, 2019 at 08:51 UTC | |
by thanos1983 (Parson) on May 17, 2019 at 17:23 UTC |
In Section
Seekers of Perl Wisdom