Help for this page

Select Code to Download


  1. or download this
    if($readingframe2 =~ /MHGR/){
            print "$1\n";
            ($protein)= $readingframe2 =~ /MHGR/;
    
  2. or download this
    example:
    $ perl -e '$s="pilpoil";if ($s=~/p(.)lp(.)il/) { print "h".$1."h".$2;}
    +'
    hiho