########################################################################## # # Requirements # ########################################################################## You need: o a computer running UNIX (Linux, Solaris, Mac OS X) and X11 or Windows (mapivi also works at least with Windows 2000 and WinXP, but maybe also with Windows 98) ########################################################################## # # Installation of Perl modules # ########################################################################## To install a Perl module you may either try cpan (a) or for Windows ppm (b) or do a manual (c) install. (a) Cpan will download a module (and all modules it depends on), build and install it. All you have to do is open a shell and type: cpan module_name Example to install the Perl module Image::Info: cpan Image::Info