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
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.