The messages above show you how to use a Module in perl code.
How do you go about getting and installing Modules? Of course there is more than one way to do it ... I highly recommend the Tutorials on Module installation. Here's the gist of it:
To get modules. First find what you need.
http:/seach.cpan.org
Download the module package and untar.
Third, follow the instructions in the Readme.txt to install. If you are on a UNIX machine, the installations defaults probably will require that you are root to complete the install. If you are not the System Admin of the UNIX box in question, then the easiest thing to do is to ask the sysadmin to complete the installation for you.
If you are on a Window box, chances are you have sufficient permissions to do the install.
Seem complicated? Perhaps, but I garantee that results are worth the effort -- there are thousands of highly functional, highly tested, bits of code on CPAN just waiting for you to use...
-------------------------------------
Nothing is too wonderful to be true
-- Michael Faraday
|