$grepper=join('','label','(','"'); print "$grepper\n"; $array[0]="label("; $array[1]="label"; @LABEL = grep(/$grepper/, @array); print "@LABEL \n";