Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: duplicate lines

by Tomtom (Scribe)
on Jun 02, 2005 at 11:39 UTC ( [id://462858]=note: print w/replies, xml ) Need Help??


in reply to duplicate lines

open (DUPLICATE, "datafiles/linked_file.txt"); open (DUPremoved, ">" . "datafiles/linked_file_dup.txt"); print DUPremoved grep { !$saw{$_}++ } <DUPLICATE>; close DUPLICATE; close DUPremoved;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://462858]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (9)
As of 2024-04-18 07:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found