in reply to Re^3: problem finding symbol in XS-created .so
in thread problem finding symbol in XS-created .so
Thanks for getting me one step further.use Audio::TagLib; $id3 = TagLib::FileRef->new( 't.mp3' ); $artist = $id3->tag()->artist(); Can't locate object method "tag" via package "Audio::TagLib::FileRef" +at ./MP3test.pl
|
|---|