Help for this page

Select Code to Download


  1. or download this
    ...  output_text_filter => \%fixup,
    
  2. or download this
    sub fixup {
        my $t = $@;
        conv_chars(\$t); # subroutine that operates on a string
        return($t);
    }