Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: list of unique strings, also eliminating matching substrings

by AnomalousMonk (Archbishop)
on May 21, 2011 at 04:05 UTC ( [id://906035]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    >perl -wMstrict -le
    "use List::MoreUtils qw(uniq);
    ...
    'AGCT'
    'AGGT'
    'CTAG'
    
  2. or download this
    use warnings;
    use strict;
    ...
          ;
    
        }
    
  3. or download this
    sub filter4 {
    
    ...
            ;
    
        }  # end sub filter4()
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-24 04:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found