in reply to
Re: CGI -Perl problem
in thread
Validating ISBN numbers?
That will match a valid ISBN along with many invalid ones. For a start, you're using
+
where you should be using things like
{4}
or
{4,5}
.
Makeshifts last the longest.
Comment on
Re^2: CGI -Perl problem
In Section
Seekers of Perl Wisdom