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.