How do i install new perl modules from source

Barry Ward

New member
Joined
Jan 29, 2005
Messages
2
Hi folks,
Im a new user to DirectAdmin and FreeBSD i used to previously use windows servers but got fed up with reliabilty and licence issues.
Anyway more to the point one of my clients needs a couple of perle modules installed they are "JFIF-0.11" and "tagged".
The only problem is i hav no idea how to compile them and install them. I have searched throughout the site but have been unable to find any info of help so is there any one out there who can talk me through it or point me in the right direction.

Many thanks in advance

Barry
 
Last edited:
CPAN is the easiest way.
The command you want to run will look something like this
Code:
perl -MCPAN -e 'install HTML::Template'

replace HTML::Template with the correct Module you want using this search tool:
http://search.cpan.org/
 
Back
Top