Help for this page
perl -le'($var = shift) =~ s/(.*)/\u$1/s; print $var' hi
perl -le'print uc(shift)'