![]() |
|
"be consistent" | |
PerlMonks |
Re: Re: Re: Cannot write changes to file using MP3::Mplib through CGIby Steve_p (Priest) |
on Apr 25, 2004 at 16:16 UTC ( #347979=note: print w/replies, xml ) | Need Help?? |
After some discussion in the CB, let's look at the facts...
Looking at the doc's for MP3::Mplib, there are various constants used for the error codes, which are available in mplib.h. From this define,
the modules saying that "album" is not a valid tag for v1. A look at the XS code for the module give the answer pretty quickly.
Try switching your tags to uppercase and see what happens. The code is looking for all uppercase hash keys and there doesn't seem to be any code attempting to uppercase the hash keys at all.
In Section
Seekers of Perl Wisdom
|
|