Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Remove Duplicates!! Please Help

by davidrw (Prior)
on Jan 03, 2008 at 15:46 UTC ( [id://660227]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print FILE2 $Previous, "\n";
    
  2. or download this
    perl -ane 'print unless $seen{$F[0]}++' /tmp/data
    
  3. or download this
    [me@host me]$ cat /tmp/data
    COMPUTER        DISTRIBUTION_ID STATUS  </br>
    ...
    COMPUTER        DISTRIBUTION_ID STATUS  </br>
    30F-WKS `1781183799.xxxx1'      IC---</br>
    ADM34A3F9       `1781183799.41455'      IC---</br>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (10)
As of 2024-03-28 10:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found