I have a uge problem
The naked doubles, triples and quads works fine.
Can you help me out???
This is what i used to get the hidden doubles, triples and quads:
if ($VLD{$POS} =~ /\d\d([$NUM]{2,4})/ && $NUM ne $VLD{$POS}) {
print "<b>OK</b><br>\n";
} else {
print "NOPE!<br>\n";
}
but if i check on doubles it will only check 1234 eq 23 but not when 23 eq 1234 mayby ill find it out these days
But i still dont know whitch digits i need to keep beqourse 123 can be 12 and also 23 and also 13 i still dont know if i can delete it or not
but if you got a better sollution please let me know!!
Im programming in perl
http://sulogo.vondsten.nl/fortest.cgi
http://sulogo.vondsten.nl/nummer.cgi
Regards,
Christian
Netherlands