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

Re^4: How to add column into array from delimited tab file

by hellohello1 (Sexton)
on Feb 18, 2014 at 09:21 UTC ( [id://1075298]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for my $key ( keys %hash ) {
            if ( $key =~ /^dataS\d\dR\d$/ ) {
                print $key, @{ $hash{$key} }, "\n";
            }
    
  2. or download this
    my $first = 1;
    for(my $i = 0; $i < $originalfilecount; $i++)
    ...
    close $OUT3;
    
  3. or download this
    8899_Neg_Rep01_dataS01R01
    8889_Neg_Rep02_dataS01R02
    ...
    7709_Neg_Rep03_dataS05R03
    
    (and so on...)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 14:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found