Help for this page

Select Code to Download


  1. or download this
    my @voices = ...(whatever you do to get the voices array)
    my $voicezero = $voices[0]; # if name of voice needed later
    $voices[0] = 'least-liked';
    my $voice = first { m/$language/ } @voices || 0;
    $voices[0] = $voicezero; # if name of voice needed later