Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: how can I print my hash values once?

by umasuresh (Hermit)
on Mar 10, 2011 at 14:59 UTC ( [id://892440]=note: print w/replies, xml ) Need Help??


in reply to Re^2: how can I print my hash values once?
in thread how can I print my hash values once?

Untested: You could add something like
if ($geneid =~ /[0-9]+|X|Y/ && $geneids{$geneid} =~/[0-9]+/) { print "..."; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (7)
As of 2024-03-28 22:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found