Installation of <application>Perl</application> modules Install Perl modules by running the following commands: perl Makefile.PL && make && make install Below are modules that require some modifications to standard instructions or certain parameters in order to install successfully. Gtk-Perl-&Gtk-Perl-version;: perl Makefile.PL --without-guessing && make && make install (Alternate) Auto installation of <application>Perl</application> modules. There is an alternate way of installing the modules using Perl's built-in install command. The command automatically downloads the source from the CPAN archive, extracts it, runs the commands mentioned above, and removes the build tree. Though note that it is not very LFS-like thing to do and as such is not supported. Start the perl shell with the commands: perl -MCPAN -e shell Each module may now be installed from this shell with the command: install <moduleName> For additional commands and help, type help.