#!/usr/bin/perl -w use File::Find; finddepth(\&output, '.'); sub output { return if $File::Find::name !~ /.mp3$/; print "
$File::Find::dir
$n