Simple string uppercase with ucfirst()
Tuesday April 18, 2006
There are a handful of ultra simple, but often useful string functions in Perl that don't get a lot of press. The ucfirst() function takes a string, and returns it with the first character translated to uppercase. Find out more about Perl's ucfirst() function in this quick tutorial.
