in reply to Can you scan an @array for a fragment of data?
@result = grep(/$testItem/, @items); if(@result) { print "WE ARE GOLDEN!"; } else { print "WE ARE ALL ALONE"; } [download]
little_mistress@mainhall.com