Help for this page

Select Code to Download


  1. or download this
    my @systems = qw(
        this_system_should_be_first
    ...
        system1                     => 'hostname_to_system1',
        ...
    );
    
  2. or download this
    my %systems;
    @{ @systems } = 
    ...
          hostname_to_system1
          ...
        ) ;