Help for this page

Select Code to Download


  1. or download this
    package Voice;
    
    ...
    } # end-talk
    
    1;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    $voice->talk;
    
    exit;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    print $handle "(SayText \"Testing.\")";
    
    exit;