unless($_ !~ /$get/) { printf STDERR ("String = $_ \n"); } #### if (m/$get/) { printf STDERR ("String = $_ \n"); }