Help for this page
$path = "C:\\songs\\"; chdir $path; ... for $filename ( @list ) { print "$filename\n"; }