Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Output of my program:if ($plat =~ /[^a-z]/) { print "Nothing here.\n"; $change = $false; } if ($change) { print "Platform: $plat*\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: regex hell
by davido (Cardinal) on Mar 01, 2006 at 01:48 UTC | |
by diotalevi (Canon) on Mar 01, 2006 at 01:58 UTC | |
|
Re: regex hell
by GrandFather (Saint) on Mar 01, 2006 at 01:02 UTC | |
|
Re: regex hell
by ysth (Canon) on Mar 01, 2006 at 09:45 UTC |