Perl ucfirst Function

Perl ucfirst tutorial shows how to capitalize the first character of strings in Perl using ucfirst function.

Perl unpack Function

Perl unpack tutorial shows how to process binary data in Perl using unpack function.

Perl string II

Perl string II tutorial is the second part of the Perl string tutorial. We continue covering the string data type in Perl.

Perl substr Function

Perl substr tutorial shows how to extract and modify substrings in Perl using substr function.

Perl uc Function

Perl uc tutorial shows how to convert strings to uppercase in Perl using uc function.

Perl split Function

Perl split tutorial shows how to split strings into lists in Perl using split function.

Perl sprintf Function

Perl sprintf tutorial shows how to format strings in Perl using sprintf function.

Perl string

Perl string tutorial shows how to work with strings in Perl. Perl is a sequence of characters.

Perl reverse Function

Perl reverse tutorial shows how to reverse strings and lists in Perl using reverse function.

Perl rindex Function

Perl rindex tutorial shows how to find substring positions from the right in Perl using rindex function.