On Dec 6, Daniel Falkenberg said:
>What if $string does not meet the criteria in s/[^a-zA-Z0-9]+//g; can I
>get a print statement to say...
>
>if ($string ne s/[^a-zA-Z0-9]+//g) {
> print "$string does not meet our criteria...! Please try another
>password\n";
>}
You mean, "how can I see if a s
List,
What if $string does not meet the criteria in s/[^a-zA-Z0-9]+//g; can I
get a print statement to say...
if ($string ne s/[^a-zA-Z0-9]+//g) {
print "$string does not meet our criteria...! Please try another
password\n";
}
Is this OK
Dan
-Original Message-
From: Jeff 'japhy