Help for this page

Select Code to Download


  1. or download this
    @bigram = ( 'aa' .. 'zz' );
    @bigram_list = ("ac" , "ab" , "wd" , "xs" ); 
    ...
               {
          }
    
  2. or download this
    (...)
    my @bigram_exist;
    ...
               $bigram_exist[i] = 0;
               {
          }