Help for this page

Select Code to Download


  1. or download this
    $str='abcde';
    $str = substr $str,0,(length($str)-1);
    print $str;