in reply to
Oblivious?
Instead of using tr///, why not use
uc()
?
$arg = uc $arg;
Comment on
RE: Oblivious?
Select
or
Download
Code
Replies are listed 'Best First'.
RE: RE: Oblivious?
by
redmist
(Deacon)
on Jul 09, 2000 at 06:21 UTC
Because I was previously unaware of the fact that uc would serve this purpose better. Now I know, and knowing is half the battle. THanks for the tip.
redmist
[reply]
In Section
Cool Uses for Perl