Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
                    print "$host->$site is $tmp{$host}{'priority'}{$site}\
    +n";
            }
    }
    
  2. or download this
    hostX1-1-l.example.com->IS-ABC is 3
    hostC1-3-l.example.com->IS-XYZ is 3
    ...
    hostC1-9-l.example.com->XS-XYZ is 3
    hostH1-2-l.example.com->IS-XYZ is 3
    hostQ1-3-l.example.com->IS-ABC is 3
    
  3. or download this
    hostQ1-3-l.example.com->IS-ABC is 3
    hostX1-1-l.example.com->IS-ABC is 3
    ...
    hostH1-2-l.example.com->IS-XYZ is 3
    hostc1-3-l.example.com->OS-XYZ is 3
    hostC1-9-l.example.com->XS-XYZ is 3