Category Archives: Perl

Reference in Perl

Reference in Perl

Introduction References are the most important feature of Perl which helps in creating complex data structures. This tutorial is aimed for a complete newbie in Perl. We will start with…

read csv file perl

How to read a CSV file in Perl?

Perl is used for manipulating text files and in this article I will teach how to read a CSV file in Perl? First of all let’s start with What is…

FileSystem

Types of Filesystem, differences and dealing with them using Perl

If you are looking to write code in Perl which will work on multiple platforms then you must have the knowledge of filesystem of each platform. Filesystems are categoriesed in…