Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      $speech->{voice} = $speech->GetVoices("name = $voice")->Item(0) if $
    +voice;
      $speech->Speak($text);
    }
    
  2. or download this
    $VAR1 = bless( {
                     'Count' => 5
                   }, 'Win32::OLE' );