![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re: Trying to remove duplicate rows using hashesby mje (Curate) |
on Oct 21, 2008 at 15:57 UTC ( #718523=note: print w/replies, xml ) | Need Help?? |
I think you'll find you've at least got an error here:
as I think a) that will always test true (I think you want to look at perldoc -f exists) and b) you are only going to get the first c_id/f_id and you didn't say that is what you wanted - you said remove duplicates.
In Section
Seekers of Perl Wisdom
|
|