Help for this page

Select Code to Download


  1. or download this
    @tocheck : Apple Corn Pie Fish
    %checkfrom:
    Meat => Fish Apple Pork Bacon
    Fruit => Apple Pie Orange Beef
    
  2. or download this
    Meat=> Pork Bacon
    Fruit => Orange Beef
    
  3. or download this
    foreach $checking(@tocheck){
    for (keys %checkfrom){
    if ($checkfrom{$_} eq $checking){
      #does  
    }
    
  4. or download this
    Activpospf.txt
    PF01486
    PF00319
    ...
    PF00319 : C15234
    PF12345 : C00001 C12345
    PF98765 : C00000
    
  5. or download this
    
    #!/usr/bin/perl
    ...
            my @splitter =split(/ /, $seedin{$pfam});
            push (@tocheck, @splitter);
            delete $seedin{$pfam};}}
    
  6. or download this
    PF12345 : C00001
    PF98765 : C00000