Help for this page

Select Code to Download


  1. or download this
    my @clumsy_split = split /($re)/, $string;
    my @split;
    ...
         }
         $split[-1] .= $field;
    }