Installation of Perl 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