in reply to Win32::Sound module problem

The 5th version should have worked, Win32::Sound::Play('SystemExit',SND_ASYNC);. You may need to set the volume using Win32::Sound::Volume('100%'); before playing the sound. Check the docs for more info.

Replies are listed 'Best First'.
Re^2: Win32::Sound module problem
by palkia (Monk) on Jul 18, 2011 at 02:13 UTC
    Thx but nope.
    No volume problems (it played it as should in the synchronously form).
    But just in case, I tried it anyway with the volume preset, but no change.