if ($plat =~ /[^a-z]/) { print "Nothing here.\n"; $change = $false; } if ($change) { print "Platform: $plat*\n"; } [download]
In reply to regex hell by Anonymous Monk