in reply to Re: Remove duplicate data from text filein thread Remove duplicate data from text file
my $filename = ...; local $/; open IN, $filename; $text = <IN>; @words{split /\s+/, $text} = undef; @words = keys %words; [download]
www.com | www.net | www.org
I've not tried one yet I'm not impressed They are very useful They are indispensable
Results (124 votes). Check out past polls.