in reply to Trying to create a fake address through random numbers and a looping issue

Firstly, I'm trying to check if an address exists and if it does go onto the next email to check that but my code is currently stopping the entire process and exiting out of the loop if it comes across a duplicate at next.
That's probably because you have next $person instead of next.

Replies are listed 'Best First'.
Re^2: Trying to create a fake address through random numbers and a looping issue
by Quicksilver (Scribe) on Oct 31, 2008 at 15:59 UTC
    Thanks, that's sorted the first problem.