Help for this page

Select Code to Download


  1. or download this
    while ( index($group, "!", $index) > -1 and $index<50000 ) {
    
  2. or download this
    use strict;
    use warnings;
    ...
    $string = join("\n", split(/!/, $string, $limit));
    
    print $string;