Here's a quick recipe to scan a directory recursively (aka "walking") for all files that meet a given criteria--in this case I'm searching for perl scripts. In fact, because this is Perl, I'll give you three ways to do it!