sub listdir { # do file listing and the: return @missing_files if wantarray(); return $listed_count if defined(wantarray()); carp "subroutine &listdir was called in a void context"; } # sub listdir