Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      print "int $key \n";
      print " ip address ",$int{$key}{ip}->print_cidr(), "\n";
    }
    
  2. or download this
    Loopback0: 172.25.10.10 255.255.255.255 = 172.25.10.10/32
    int Loopback0
    Can't call method "print_cidr" without a package or object reference a
    +t ./conf.pl line 83.
    
  3. or download this
    foreach my $key (keys %int) {
      print "int $key \n";
      print " ip address ",$int{$key}{ip}, "\n";
    }
    
  4. or download this
    Loopback0: 172.25.10.10 255.255.255.255 = 172.25.10.10/32
    int Loopback0 
     ip address MyIP=HASH(0x84eeef4)