palkia has asked for the wisdom of the Perl Monks concerning the following question:
As you can guess, none did the trick.Win32::Sound::Play('SystemExit',('SND_ASYNC')); Win32::Sound::Play('SystemExit',(SND_ASYNC)); Win32::Sound::Play('SystemExit',['SND_ASYNC']); Win32::Sound::Play('SystemExit',[SND_ASYNC]); Win32::Sound::Play('SystemExit',SND_ASYNC); Win32::Sound::Play('SystemExit',-SND_ASYNC); Win32::Sound::Play('SystemExit',- SND_ASYNC); Win32::Sound::Play('SystemExit',[-SND_ASYNC]); Win32::Sound::Play('SystemExit',[- SND_ASYNC]); -SND_ASYNC Win32::Sound::Play('SystemExit'); - SND_ASYNC Win32::Sound::Play('SystemExit'); -SND_ASYNC(Win32::Sound::Play('SystemExit')); - SND_ASYNC(Win32::Sound::Play('SystemExit')); Win32::Sound::Play('SystemExit',[SND_ASYNC=>1]); Win32::Sound::Play('SystemExit',[1]); Win32::Sound::Play('SystemExit',[$SND_ASYNC]); Win32::Sound::Play('SystemExit',($SND_ASYNC)); Win32::Sound::Play('SystemExit',$SND_ASYNC); SND_ASYNC{Win32::Sound::Play('SystemExit');} SND_ASYNC{Win32::Sound::Play('SystemExit');};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::Sound module problem
by Anonymous Monk on Jul 18, 2011 at 06:49 UTC | |
by palkia (Monk) on Jul 19, 2011 at 00:08 UTC | |
|
Re: Win32::Sound module problem
by kejohm (Hermit) on Jul 18, 2011 at 01:57 UTC | |
by palkia (Monk) on Jul 18, 2011 at 02:13 UTC |