find_me( $fs, $fs =~ m|/| ); sub find_me { my @directory = shift; # play nicely with others local $File::Find::prune = shift; }