NAME

String::Compile::Tr::Overload - overload tr/// operands

VERSION

Version 0.06

SYNOPSIS

use String::Compile::Tr::Overload;

DESCRIPTION

This module overloads the operands of a tr/// operator and replaces the strings :search: and :replace: with the contents of the variables $String::Compile::Tr::Overload::search resp. $String::Compile::Tr::Overload::replace.

AUTHOR

Jörg Sommrey, <git at sommrey.de>

LICENSE AND COPYRIGHT

This software is copyright (c) 2025 by Jörg Sommrey.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

SEE ALSO

"Overloading Constants" in overload