Modules are chunks of perl code especially written to be shared by a variety of different perl applications. Performing specific functions -- both simple and complex -- the programmer may simply refer to an already developed module, saving time and effort.
Click here to read more...