I want to install perl module CAM::PDF for Linux. Can somebody please suggest that how can this be done? I was unable to find any place where I could download this module from.
Asked
Active
Viewed 811 times
1 Answers
1
I was unable to find any place where I could download this module from
HOW???
This module available on CPAN.
Try cpanp install CAM-PDF

KryDos
- 447
- 4
- 14
-
I was doing it on Linux. Sorry I am not so sure how to do this? Is there no way to yum install. As my linux installation does not seem to have cpanp – user1994531 Jan 21 '13 at 08:37
-
@user1994531, installation perl module with CPAN is a good way. If you don't have a "cpanp" command you may try to use "cpan CAM::PDF". – KryDos Jan 21 '13 at 17:03
-
I tried cpan and it says that command is not found. – user1994531 Jan 22 '13 at 08:09