Help for this page

Select Code to Download


  1. or download this
    chop($string_to_parse);
    
  2. or download this
    $string_to_parse =~ s/(:\d\d).$/$1/;