I am trying to execute a daemon that runs on Perl, and the file is called ffencoderd.pl
. Every time I run it, it states that a file is missing, for example Can't Locate IO/Scalar.pm
.
So I go to CPAN.org and find the file and install it. The only problem is that I have just installed like 6 files and I am worried that there may be 20 more. Rather than keep running ffencoderd.pl
and find that I need to install another file, I was wondering if there was a way to update perl
. Are these files standard in a properly installed Perl? EX: Config-General-2.50
, Pod-Xhtml-1.61
, libxml-enno-1.02
, etc.