sub plugin_name { my $text_to_return = ...; $text_to_return =~ s{<}{path/to/lt}g; return $text_to_return; }