Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: open input files once

by Tux (Canon)
on Jul 14, 2020 at 18:58 UTC ( [id://11119314]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @key   = qw( chr fivep threep strand );
    my @files = qw( file1.tab file2.tab );
    ...
    foreach my $key (sort keys %c7) {
        say join "\t" => (unpack "A10l>l>l>" => $key), map { $c7{$key}{$_}
    + // 0 } @files;
        }
    

Log In?
Username:
Password:

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

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

    No recent polls found