in reply to Re^2: Remove Duplicates from one text file and print them in another text file.
in thread Remove Duplicates from one text file and print them in another text file.

Also, I could not able to find the IO::File in the Perl Package Manager.
IO::File is a Core module, which means that it should be available to you. Try this at your command prompt:
perldoc IO::File
  • Comment on Re^3: Remove Duplicates from one text file and print them in another text file.
  • Download Code

Replies are listed 'Best First'.
Re^4: Remove Duplicates from one text file and print them in another text file.
by bedohave9 (Acolyte) on Jun 04, 2012 at 20:51 UTC

    Thank you very much. I could able to use this w/o errors.