#By Doddy H use Win32::OLE; sub speak { my $habla = Win32::OLE->new("SAPI.SpVoice"); $habla->Speak($_[0],0); }