Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

compare text files

by linseyr (Acolyte)
on Sep 12, 2012 at 01:01 UTC ( [id://993100]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    file 1 (test)
    chr1    30
    ...
    chr2    60
    chr2    80
    chr3    100
    
  2. or download this
    output
    chr1    10
    chr2    40
    chr2    10
    chr3    20
    
  3. or download this
     #!/usr/bin/env perl
    use strict;
    use warnings;
    ...
            }
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-24 11:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found