Hi, 
 I want to ask how to call lame from a cgi (in perl). I want to 
convert a wave file into 
mp3 during loading the web page. I do the 
following, but it returns "permission 
denied"
system ("lame input.wav 
output.mp3");
and I also tried file handle as follows:
open (FD, "; lame 
input.wav output.mp3")
close (FD);
But both of them return "can't execute lame permission denied"
Do anyone know how to solve it?
Best Wishes,
Nancy

; name=""
Content-Transfer-Encoding: BASE64

DQoNCi0tLS0tLS0tLS0tMHhLaFRtTGJPdU5kQXJZ

Reply via email to