I wrote a subroutine to create a hash with numbers of transitions between states makred by binary codes in string. Length of codes is passed by parameter $rank and the second parameter is the string to analize. That is the code:
sub get_prob{
my ($file_content,$rank)=@_;
my %hash...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.