Help for this page

Select Code to Download


  1. or download this
    sub section_name_tidy {
      my($self, $section) = @_;
    ...
        #  Turn char 1234 into "(1234)"
      return $string;
    }