http://qs321.pair.com?node_id=652511


in reply to Quick help about install perl module

What about CPAN.pm? If cpan is installed you can easily install the module with "cpan -i Term::Screen" on the command line or start a cpan-shell with "perl -MCPAN -eshell". The adventage of cpan is that it looks for you for dependencies and install all necessary modules.
  • Comment on Re: Quick help about install perl module

Replies are listed 'Best First'.
Re^2: Quick help about install perl module
by DrHyde (Prior) on Nov 23, 2007 at 11:12 UTC
    CPAN.pm doesn't come with make though, and so won't solve this problem.
      That's right, but the question about 'make: command not found' were answered before and I just wants to give a hint with cpan for a better install method.