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