Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am very much a newbie to perl. I was designing some cgi stripts when I thought that HTML::Template looked like a good package.
So I used perl with the CPAN package manager. I tried to install the newest version of HTML::Template, but it seemed to be dependant on a new version of perl than was on my server. So the manager downloaded the new version of perl5 and preceded to ask me questions. After a while I realised that I didn't want to install a new version of perl. So I quit the question asking process.
It then said that the make process had failed. I assume the questions were just generating a make file.
My question is: would this have changed anything on my system? and how can I find out?
Thanks for your time, Dave
P.S. how do I install HTML::Template without getting an updated perl version? Do I just need to find a version of HTML::Template that works on my version of perl?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Installation gone crazy
by tachyon (Chancellor) on Oct 14, 2004 at 22:53 UTC | |
by herveus (Prior) on Oct 15, 2004 at 11:04 UTC |