Dear,
your Perl package is very usefull. It is very simple for installation and with it i can launch some web pages
with perl CGI response.
But, how can i add new package in this Perl installation ?
I try with cpan command, but i receive differents errors.
Next i try to install opkg. This tool has it own perl version, and it is possible to add libs, but it need gcc for compiling and
making runnable command and it still have errors.
I want simply use in my perl code the lib LWP::Simple et request a url like https://www.website.
In order to use https request, i need Crypt::SSLeay library.
Is it a simple way to add this library ?
Thanks for your help.