Jump to content

Recommended Posts

Posted
Username: cyber, Server: Johnny, Main domain: cyber.heliohost.us

Good 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

Posted
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/

Posted
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/

Posted

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' );
 

Guest
This topic is now closed to further replies.
×
×
  • Create New...