Help for this page

Select Code to Download


  1. or download this
         ($left,$middle,$right) = $sequence =~ m/(\w{$_})?(\w{1})?(\w*)/;
    
  2. or download this
    use strict;
    use warnings;
    ...
            my ($right)  = substr($sequence,$i+1);
        }
    }