Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: move the line if particular column is duplicate or more than 1 entries

by Laurent_R (Canon)
on Mar 17, 2013 at 21:49 UTC ( [id://1023941]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %already_seen;
    while (<>) {
         my @temp = split /\s\, $_;
    ...
              print $output2 $_;
         }
    }
    
  2. or download this
    $key = join " ", (split / /, $_) [1,2];

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (1)
As of 2024-04-19 18:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found