On Thu, 27 Mar 2008 11:28:18 -0700, I wrote: > print "$_ not found\n" unless glob "/home/?/$_" for @putative_users; Er, make that glob "/home/?/$_" or print "$_ not found\n" for @putative_users; of course... -- Peter Scott