Hi, I would like to include a sound file with a program I am writing. Is ther some way that I can have the .wav file after the __DATA__ token? I have tried a few things that have not worked. To start Komodo will not read .wav files, it does not like the null character. So I used and editor that simply appeneded the .wav file to my code right after the DATA token.
What I tried to do was read the DATA (94 k) and then write out a .wav file. It does it but the wav file I write is only 1k and will not play.
I hope this is clear enough to understand. What I want to do is to distribute a sound file with my code.
regards
Angel