Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    my $substring = substr($dna,0,$len);
    return $substring;
    }
    
  2. or download this
    Enter the string =snape
    Enter the size =4
    The Length of the string = 6
    The substring is = snap