in reply to Re: How do I remove duplicate numeric elements of an array and preserve alphabetic elements?
in thread How do I remove duplicate numeric elements of an array and preserve alphabetic elements?
I'm very pleased to say your solution is working. I remmed out the chomp statement and put in two file handling statements and now it's doing exactly what I need. I had to install the "Data::Dump" module.
Thank you, this is great work and very slick!