Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
               s/\b($next_word[$BEL_LETTERS]*)\b/>$1</gi);
        }
    }
    
  2. or download this
    s/\b($next_word([$BEL_LETTERS])*)\b/>$1</gi);