Help for this page

Select Code to Download


  1. or download this
    sub sortBySite {
            my ($site_a) = keys %{$tmp{$a}{'priority'}};
            my ($site_b) = keys %{$tmp{$b}{'priority'}};
            return $site_a cmp $site_b;
    }
    
  2. or download this
      'hostX1-1-l.example.com' => {
        priority => 'IS-ABC',
    ...
        os => 'linux',
        pager => 'man-duty',
      }