Help for this page
my @mp3s = File::Find::Rule->file() ->name( '*.mp3' ) ... foreach my $mp3 ( @mp3s ) { # doTheForkStuff... }