Perl socket tutorial shows how to program sockets in Perl. In programming, a socket is an endpoint of a communication between two programs running on a network.
Perl printf tutorial shows how to use formatted output in Perl using printf function.
Perl quotemeta tutorial shows how to escape special regex metacharacters in Perl using quotemeta function.
Perl ord tutorial shows how to convert characters to their ASCII/Unicode values using the ord function.
Perl pack tutorial shows how to convert data to binary representations using Perl's pack function.
Perl pos tutorial shows how to track and manipulate string positions in Perl using pos function.
Perl loops tutorial shows how to do loops in Perl. A loop is a sequence of statements that is continually repeated until a certain condition is met.
Perl LWP tutorial shows how to do WWW programming in Perl with LWP module. We grab data, post data, and connect to secure web pages.
Perl oct tutorial shows how to convert octal and other base strings to numbers in Perl using oct function.