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

Re^4: how to merge many files of sorted hashes?

by andromedia33 (Novice)
on Feb 02, 2012 at 22:54 UTC ( [id://951549]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    3_2_-1 => -44.368_23.583_-218.345_0.983_-0.012_0.005_-0.382_0.041_0.20
    +5_-0.538_-0.876_0.100      -56.368_2.583_-28.745_0.883_-0.012_0.005_-
    +0.382_0.041_0.205_-0.538_-0.876_0.100 ...
    
  2. or download this
    my $input = $ARGV[0];
    open(INFILE,"$input") or die "cannot open file $input!\n";
    ...
            my $new_z=$x*$t[2]+$y*$t[5]+$z*$t[8];
            return ($new_x,$new_y,$new_z);
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found