in reply to Re: multiple dir. grep
in thread multiple dir. grep

That's what the ol'

select((select FH, $|=1)[0]);
business is all about, so you could do
map { open DIR, $_; @{ ( [ readdir DIR ], close DIR )[ 0 ] } } @dirli +st;
Hmmm... Not exactly perspicuous.

the lowliest monk