Solved (Thanks Activeperl mailing list!)
Changing the MP3::Tag config entry to:
MP3::Tag-> config("id3v23_unsync",0);
fixed the problem with iTunes. I simply had the wrong syntax in the original
listing.
The following altered code is workin
Greetings,
Just trying to re-arrange ID3 information in a large set of MP3 files.
Before I run the following Perl script, iTunes can read the ID3 tagging
information. After writing ID3 information to the MP3, iTunes no longer reads
any tagging information from the MP3.
Does anyone