Yes, Makefile.PL controls some of the magic of installing modules.There is some information on how to install modules here A Guide to Installing Modules
| [reply] |
(For completeness sake) There is also Build.PL, due to Module::Build, in presence of which Makefile.PL may not exist.
If Makefile.PL does exist, it would be a wrapper around Build.PL. In some instances it may be a reason for death.
| [reply] |
Almost all modules come with a README file. It is a good idea to always read this after unpacking the code and before proceeding any further. README (should) contains installation instructions, and other important information like dependencies. It is a text file that you should be able to read using Wordpad. | [reply] |
Read the README or INSTALL file | [reply] |