Help for this page

Select Code to Download


  1. or download this
    $\ = $/;
    for (1..2)
    {
    ...
      }
      function();
    }
    
  2. or download this
    SCALAR(0x825d70) created
    SCALAR(0x825d70)
    SCALAR(0x96ec08) created
    SCALAR(0x825d70)
    
  3. or download this
        sub seqstore {
            my ($flankseq, $mode, @rcd) = @_;
            if ($mode eq "Pos") {
    ...
            }
            return;
        }