Help for this page
foreach$file(<directory/*.txt>) { do stuff }
foreach$subdir(<directory/*>) { foreach$file(<$subdir/*.txt>) { do stuff } }