Help for this page

Select Code to Download


  1. or download this
    my %info = get_mp3info($file);
    my %tags = get_mp3tag($file);
    
  2. or download this
    my %info = get_mp3info($file)->%*;
    my %tags = get_mp3tag($file)->%*;