So far no success in getting the music to play on the client machine.
The statement $client->system("$zone_music"); doesn't seem to want to respond. The statement system("$zone_music"); works well for the server side, but each time a client enters a different zone, that zone's music begins to play on the server side but not on the client side. If I could find a perl command like "system" that will execute a batch file on the client machine, this would work like a charm. Does anyone know of such a command?
|