in reply to
Don't know how to resolve
Try this one:
if($d =~ m/^\d{6}$/) { print "Exact match\n"; }
[download]
Comment on
Re: Don't know how to resolve
Download
Code
In Section
Seekers of Perl Wisdom