- or download this
#!/home/mh/perl512/bin/perl
use Net::SNMP;
# end of script1, warnings
- or download this
#!/home/mh/perl512/bin/perl -X
use Net::SNMP;
# end of script2, no warnings
- or download this
#!/home/mh/perl512/bin/perl
BEGIN { $^W = 0 };
use Net::SNMP;
# end of script3, warnings