Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Hash will not print if a value begins with 2 under certain conditions

by pimperator (Acolyte)
on Jul 27, 2014 at 00:31 UTC ( [id://1095188]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
                                                        
    #!/usr/bin/perl
    
    ...
        close(OUT);
    }
    
  2. or download this
    146529  0.777314368326637
    146529  0.777314368326637
    146530  0.116241153901913
    ...
    146532  -0.150051720847835
    146533  0.037500790454267
    146533  0.03750079045426
    
  3. or download this
    ...
     foreach my $key (sort keys %ref){
            print OUT $ref{$key}."\t".$probes[$key];
    ...
        }
    
  4. or download this
    146542  2       31852
    146542  2       31852
    146543  2       37693
    ...
    146546  2       41256
    146547  2       43652
    146547  2       43652
    

Log In?
Username:
Password:

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

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

    No recent polls found