Search notes:

Perl function: uc

use warnings;
use strict;

print uc "rene\n";
Github repository about-perl, path: /functions/uc.pl

See also

Perl functions

Index