in reply to Re: Search Listin thread Search List
my %searchlist = map {$_ => 1} glob('*'); [download]
Aye. The non-glob alternative would be to change grep { /^\.\.?$/ } to grep { /^\./ }