Help for this page

Select Code to Download


  1. or download this
    perl -MWin32::Sound -le "print($_), Win32::Sound::Play($_) for qw/Syst
    +emDefault SystemAsterisk SystemExclamation SystemExit SystemHand Syst
    +emQuestion SystemStart/"
    
  2. or download this
    perl -MWin32::Sound -le "for(qw/welcome.wav DNE.wav/) { print qq(With 
    +Default: $_); Win32::Sound::Play($_); sleep(1); print qq(No Default: 
    +$_); Win32::Sound::Play($_,SND_NODEFAULT); sleep(1); }"