Help for this page
#! /usr/bin/perl ... my @results = grep { !$names_hash{$_} } @sig ; print join( ':', @results ), "\n" ;