python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to replace cpan Perl utility P5NCI with FFI:Platypus
Below is perl code which calls P5NCI::load_func to load function load_library having signature as int load_library(int dummy), hence third argument is passed as ii to P5NCI::load_func
my $library_...
Ami
Votes: 0
Answers: 2
ansible cpanm doesn't find modules - 'NoneType' object is not iterable
I'm trying to install multiple Perl-Modules using ansible community.general.cpanm:
- name: Install perl packages
debug:
msg: "{{ item }}"
loop: "{{ imperia__cpan_packages }}&quo...
feumw
Votes: 0
Answers: 2
cpanm force install fails to Build and test Alien::OpenSSL on WSL
I am new to perl and I have having some trouble installing some packages on my WSL2 Ubuntu20.04 distro.
The comand that I am runnig on my machine is:
sudo cpanm --force Net::RFC3161::Timestamp
Output...
Indiano
Votes: 0
Answers: 0
Fail in installing DBD::mysql in Mac using cpanm
I am constantly failing in installing DBD::mysql.
The command I used was:
brew install mysql
cpanm DBD::mysql
The error I got was:
--> Working on DBD::mysql
Fetching http://www.cpan.org/authors/id...
JEJI
Votes: 0
Answers: 1