Help for this page

Select Code to Download


  1. or download this
    # in your initialization...
    my %subnets;
    ...
    { 
       print "FAIL\n";
    }
    
  2. or download this
    open(SUBNET, "<subnets.list") 
        or die "Couldn't open subnets.list for reading, error $!\n";
    ...
    else {
        print "FAIL\n";
    }