in reply to Re: Re: huge problem!
in thread Inserting sequences without duplicates

You might want to start with
use strict; use warnings; use diagnostics;
and see what happens - I can see at least one typo that is causing you problems.

rdfield