![]() |
|
XP is just a number | |
PerlMonks |
Cannot write changes to file using MP3::Mplib through CGIby Ryszard (Priest) |
on Apr 25, 2004 at 13:42 UTC ( #347966=perlquestion: print w/replies, xml ) | Need Help?? |
Ryszard has asked for the wisdom of the Perl Monks concerning the following question:
I've struck a problem. I'm using MP3::Mplib and interactively it works just fine and dandy, however via a browser, it doesnt. It will read the info from the MP3, but not write to it, nor return any error.
I'm using apache, the u/g is nobody:nobody, the file is nobody:nobody, i've even set the perms to 777 all the way down the tree, still nothing. The docs mention a true value on success, and that is certainly true if i check $mp3->error, infact the output is a hash ref with {album => 2} I'm at a bit of a loss, and if anyone can shed a bit of light, i'd be greatful.
PS, yes i am aware of all the things involved with interacting with the FS via HTTP. 20040425 Edit by BazB: Changed title from 'MP3::Mplib'
Back to
Seekers of Perl Wisdom
|
|