Template::Plugin::CaseVMethods is a Perl module for uppercase and lowercase letters.
SYNOPSIS
[% USE CaseVMethods %]
Hello [% name.ucfirst %].
...or should I say...
HEY [% name.uc %] PAY ATTENTION I'M SPEAKING TO YOU.
Provides four vmethods (uc, ucfirst, lc, lcfirst) that perform the same actions as their Perl counterparts (return the string in uppercase, return the string as is but with the first letter capitalised, return the string in lower case, and return the string as is but with the first letter lowercased.)
Product's homepage
Requirements:
· Perl