Help for this page

Select Code to Download


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