Help for this page

Select Code to Download


  1. or download this
     
    @string = split(',',$string);
    $newstring = join(',',@string[0..$#string-20]);