Help for this page

Select Code to Download


  1. or download this
    $string =~ s/^\s+/ /;
    ($string) = $string =~ /^\s?(.{0,50}\w+)/;
    if (length $string > 50) {
      $string =~ s/\w+$//;
    }