Help for this page

Select Code to Download


  1. or download this
        exists $mp3->{$_} and $mp3->{$_}->remove_tag()
            for qw(ID3v1 ID3v2);
    
  2. or download this
        $mp3->{$_}->remove_tag()
            for grep exists $mp3->{$_}, qw(ID3v1 ID3v2);