Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my @ifnames = $interfaces->all_interfaces();
    
    print Dumper (\@ifnames);
    
  2. or download this
    Net::SNMP::Interfaces:  at test.pl line 10.