D
David H. Cook
I've written perl code, and the file-type I've always created is ".pl".
But, I recently became aware that there are (source) files with the
extension
of ".pm". I encountered them this week when I downloaded, installed
and
configured a web application written entirely in Perl (CGI). When I
installed/configured it, it has its OWN copies of a whole series of
".pm"
files. But, when I run is configuration 'test' routine (to check
whether everything
is installed/configured and ready, I get an indication that one of
those
".pm" files is out-of-date...i.e. of too low a version number to
satisfy
their 'test' script.
So, my question is: What website do I go to,. to download NEWER
versions
of the needed ".pm" file? (If it matters, the only one I seem to need
is DBI.pm)
(Or, maybe I do NOT need to go outside to DOWNLOAD newer .pm files!?
Maybe my separate perl software (e.g. ActiveState Perl) contains these
source
..pm files, but just packaged inside some 'container' library or
whatever, and
that maybe I could (somehow) just extract newer version of DBI.pm from
there?)
TIA...
Dave
But, I recently became aware that there are (source) files with the
extension
of ".pm". I encountered them this week when I downloaded, installed
and
configured a web application written entirely in Perl (CGI). When I
installed/configured it, it has its OWN copies of a whole series of
".pm"
files. But, when I run is configuration 'test' routine (to check
whether everything
is installed/configured and ready, I get an indication that one of
those
".pm" files is out-of-date...i.e. of too low a version number to
satisfy
their 'test' script.
So, my question is: What website do I go to,. to download NEWER
versions
of the needed ".pm" file? (If it matters, the only one I seem to need
is DBI.pm)
(Or, maybe I do NOT need to go outside to DOWNLOAD newer .pm files!?
Maybe my separate perl software (e.g. ActiveState Perl) contains these
source
..pm files, but just packaged inside some 'container' library or
whatever, and
that maybe I could (somehow) just extract newer version of DBI.pm from
there?)
TIA...
Dave