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

tritan's scratchpad

by tritan (Sexton)
on Jan 12, 2010 at 19:51 UTC ( [id://817035]=scratchpad: print w/replies, xml ) Need Help??

#!/bin/perl -w use strict; my $file1 = "../../../180_top_height_snps_annotatedwextra.afrd.efrd.al +l.lsrd.txt"; my $file2 = "../../../EXETER-HEIGHT-ALL-MAC3-20091217-stderr.1.rsIDsal +l.nor2.ma.afrd.efrd.lsrd.tbl"; my @badones; my @array1; my %hash2; open (INPUT1, $file1) || die "Cannot open $file1"; while (<INPUT1>) { my @infoparse = split(/\s+/); chomp (@infoparse); push (@array1, \@infoparse); } close(INPUT1); @array1 = sort {$array1[$a]->[3] <=> $array1[$b]->[3]} (@array1);
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2024-04-23 21:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found