If you are on Unix and *IF* CPAN is correctly configured on your system, this this will work:
perl MCPAN -e 'install Term::Screen"' perl MCPAN -e 'install Term::Screen::Wizard"' perl MCPAN -e 'install Term::ScreenColor"'
OR TRY if the above doesnt work (notice the leading hyphen infront of the MCPAN)
perl -MCPAN -e 'install Term::Screen"' perl -MCPAN -e 'install Term::Screen::Wizard"' perl -MCPAN -e 'install Term::ScreenColor"'
may make a difference if you cant get the other instruction to work
----- Original Message ----- From: "Chasecreek Systemhouse" <[EMAIL PROTECTED]>
To: "beginners perl" <[EMAIL PROTECTED]>
Sent: Friday, November 19, 2004 4:40 PM
Subject: Re: Printing features
On Fri, 19 Nov 2004 12:51:20 +0800 (CST), Stephen Liu <[EMAIL PROTECTED]> wrote:> Term::Screen > Term::Screen::Wizard > Term::ScreenColor
Please advise how to get them installed on my OS
If you are on Unix and *IF* CPAN is correctly configured on your system, this this will work:
perl MCPAN -e 'install Term::Screen"' perl MCPAN -e 'install Term::Screen::Wizard"' perl MCPAN -e 'install Term::ScreenColor"'
HTH
-- WC -Sx- Jones http://insecurity.org/
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
