Help for this page

Select Code to Download


  1. or download this
    my %parent = ( 
        europe => [qw|
                    london
    ...
                    algiers
                   |],
         );
    
  2. or download this
    sub fallover {
        my ($hash, $failure) = @_;
        my $list = delete($hash->{$failure}) or return;
    ...
            $i %= @targets;
        }
    }