On Thu, 6 Oct 2005, ZHAO, BING wrote: > 1. How do I change the unix system background to black, > mine is while which is so annoying whenever I do perl.
How? Carefully. (Hint: that's not a Perl question, so this is the wrong place to ask. If you have general Unix questions, I suggest picking up a good book on it. _Unix Power Tools_ is superb, and should have sections on this sort of thing. If that book or one like it can't help you, find a Unix using friend in your area that can show you which config file to poke.) > 2. How do I download perl modules form CPAN, I completely > understand the 4 steps listed there, but the problem is I need the > perlmodule.gar.gz file to start with, whenever I click on the module to > download Don't bother with the old "wget ... ; perl Makefile.PL && make && make test && make install" approach anymore; the CPAN and CPANPLUS shells make this *much* easier. Look up `perldoc CPAN` or `perldoc CPANPLUS` for more information. > (by the way, I am on windows XP Secure Shell to a Unix machine), I > got a zipped folder, after I extract the zipped file, I then get a normal > windows folder containing a bunch of files. You're downloading to your local terminal, not the remote host on which you want to install it. That doesn't really help you. Download it on the remote side, or better still, just run the CPAN shell remotely and have it do the download and install for you. > Is there a way to download the module and load it into the > unix ? Yes. See above. -- Chris Devers !¨1×oº³ÐÑ
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>