Penguin

Differences between version 3 and revision by previous author of MP3Notes.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 3 Last edited on Sunday, May 14, 2006 4:21:19 am by CalebShay Revert
Older page: version 2 Last edited on Tuesday, May 2, 2006 6:44:51 pm by CraigBox Revert
@@ -7,9 +7,8 @@
 <verbatim> 
 #!/usr/bin/perl 
 # addv1.pl to copy the id3v2 tag to the id3v1 data 
 use MP3::Info qw(:all); 
-use Data::Dumper;  
 use_mp3_utf8(); 
  
 $v2tags = get_mp3tag($ARGV[0],2); 
 set_mp3tag($ARGV[0],$v2tags);