Perl socket

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 Function

Perl printf tutorial shows how to use formatted output in Perl using printf function.

Perl quotemeta Function

Perl quotemeta tutorial shows how to escape special regex metacharacters in Perl using quotemeta function.

Perl read file

Perl read file tutorial shows how to read files in Perl.

Perl ord Function

Perl ord tutorial shows how to convert characters to their ASCII/Unicode values using the ord function.

Perl pack Function

Perl pack tutorial shows how to convert data to binary representations using Perl's pack function.

Perl pos Function

Perl pos tutorial shows how to track and manipulate string positions in Perl using pos function.

Perl loops

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 programming

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 Function

Perl oct tutorial shows how to convert octal and other base strings to numbers in Perl using oct function.