PerlModules | simple scripts for some Perl modules | Command Line Interface library
kandi X-RAY | PerlModules Summary
kandi X-RAY | PerlModules Summary
(Very) simple scripts for some Perl modules, intended as copy paste templates.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of PerlModules
PerlModules Key Features
PerlModules Examples and Code Snippets
Community Discussions
Trending Discussions on PerlModules
QUESTION
I have been running a purchased Perl script for over 15 years. I have been upgrading it fairly regularly, until the developer abandoned it about 5 years ago. I have some VERY basic knowledge, and have been limping it along without the dev support until my webhost forced a server upgrade to Debian, which included an upgrade from Perl 5.14 to 5.28! UGH!
I am scrambling here! It appears that my biggest problems are outdated modules and that I can no longer access LOCAL::LIB
I know that the version docs list all the changes, but since I didn't write the scripts, I just modify them, I don't know what to even look for in 50,000 lines of code.
Can someone help with a "Here's what you have to upgrade" for Dummies? I can run command line through SSH if someone can point me in the direction of WHAT I need to do. Google is not helping for once.
Here is one of the errors
...Can't locate local/lib.pm in @INC (you may need to install the local::lib module)
(@INC contains: /home/directory/website.com/../cgi-bin/perlmodules
/home/directory/website.com/cgi-bin/perlmodules
../../cgi-bin/perlmodules
../cgi-bin/perlmodules
./perlmodules
/etc/perl
/usr/local/lib/x86_64-linux-gnu/perl/5.28.1
/usr/local/share/perl/5.28.1
/usr/lib/x86_64-linux-gnu/perl5/5.28
/usr/share/perl5
/usr/lib/x86_64-linux-gnu/perl/5.28
/usr/share/perl/5.28
/usr/local/lib/site_perl
/usr/lib/x86_64-linux-gnu/perl-base) at /home/directory/website.com/cgi-bin/fsfstore.cgi line 52.
BEGIN failed--compilation aborted at /home/directory/website.com/cgi-bin/fsfstore.cgi line 52.
ANSWER
Answered 2021-Apr-10 at 00:01Presumably the local::lib module is installed in your 5.15 tree but not in your 5.28 tree. There are a number of mechanisms to install perl modules. Eg:
QUESTION
We have a Perl framework in which we have created some customized module. Whenever I am trying to use the modules inside a sub-directory it throw Error.
Below is my Folder structure, frameworkfolder
being the base/root directory of the project:
ANSWER
Answered 2020-Apr-19 at 08:59If PerlModules/Initialize.pm
contains package Initialize;
:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install PerlModules
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page