HelioHost Posted January 24, 2024 Posted January 24, 2024 Username: cyber, Server: Johnny, Main domain: cyber.heliohost.usGood afternoon, I just created an account with you, and I would like to know if Perl modules are available, or if it is possible to install Perl modules through CPanel. Kind regards, Fabio
HelioHost Posted January 24, 2024 Author Posted January 24, 2024 Hello, I would like the following Perl modules installed: * MaxMind-DB-Reader - Read MaxMind DB files and look up IP addresses * Syntax-Keyword-Try - a C syntax for perl * DBI - Database independent interface for Perl * AnyEvent-DBI-MySQL- Asynchronous MySQL queries * DBD-mysql - A MySQL driver for the Perl5 Database Interface (DBI) * GeoIP2 - Perl API for MaxMind's GeoIP2 web services and databases Kind regards, Fabio * ________________________________ De: HelioHost Support Enviado: quarta-feira, 24 de janeiro de 2024 15:28 Para: fabiomarcelo_10@hotmail.com Assunto: Re: [HH#485106] Perl modules What module(s) do you need installed? You may view the status of your ticket by visiting: https://helionet.org/index/index.php?showtopic=58836 Thank you, HelioHost support https://heliohost.org/ https://helionet.org/
HelioHost Posted January 24, 2024 Author Posted January 24, 2024 Thank you. Is it possible to know what's the Perl modules file path ? For Example Path: /home/hoster/perl Kind regards, Fabio ________________________________ De: HelioHost Support Enviado: quarta-feira, 24 de janeiro de 2024 22:03 Para: fabiomarcelo_10@hotmail.com Assunto: Re: [HH#485106] Perl modules Installed. You may view the status of your ticket by visiting: https://helionet.org/index/index.php?showtopic=58836 Thank you, HelioHost support https://heliohost.org/ https://helionet.org/
Krydos Posted January 28, 2024 Posted January 28, 2024 You can include the modules into your script using the use command. For instance #!/usr/bin/perl use MaxMind::DB::Reader; my $reader = MaxMind::DB::Reader->new( file => 'path/to/database.mmdb' );
Recommended Posts