Here is my problem:
I wrote little tk application that launches various radio stations, however when i use system call to launch my mplayer, perl script waits for it to complete, therefore I loose control of my perl script.
I want to be able to launch mplayer, and continue executing rest of the perl code that is after system call without waiting for mplayer to finish. How do I accomplish that?
thank you