Help for this page

Select Code to Download


  1. or download this
    sub plugin_name {
       my $text_to_return = ...;
       $text_to_return =~ s{<}{<post_include>path/to/lt</post_include>}g;
       return $text_to_return;
    }