Dear Monks,
Here is my problem today. I am running a perl file in an apache server in a browser. Now when I call this file remotely (e.g. 122.34.5.3/cgi-bin/index.pl) it should play a file on my linux server. i have put the following code in the perl file:
exec(mplayer /test.mp3);
but it seems to print some text on the screen instead. i want it to play the file on the server.
please help. thankyou.