Help for this page

Select Code to Download


  1. or download this
    if( length($lRow) > 1000 ) {
      $lRow = substr($lRow, 0, 1000);
      $lRow =~ s/(?<=\.)[^.]*$//;
    }