Perl ucfirst tutorial shows how to capitalize the first character of strings in Perl using ucfirst function.
Perl unpack tutorial shows how to process binary data in Perl using unpack function.
Perl string II tutorial is the second part of the Perl string tutorial. We continue covering the string data type in Perl.
Perl substr tutorial shows how to extract and modify substrings in Perl using substr function.
Perl uc tutorial shows how to convert strings to uppercase in Perl using uc function.
Perl split tutorial shows how to split strings into lists in Perl using split function.
Perl sprintf tutorial shows how to format strings in Perl using sprintf function.
Perl string tutorial shows how to work with strings in Perl. Perl is a sequence of characters.
Perl reverse tutorial shows how to reverse strings and lists in Perl using reverse function.
Perl rindex tutorial shows how to find substring positions from the right in Perl using rindex function.