What Perl libraries/modules are installed on chopin?

tucsonlc

New Member
Messages
1
Reaction score
0
Points
0
Hi all,

Could someone who knows please give me a list of the available Perl modules available on the server?

Specifically, is DBD::mysql installed? (I'd still like the whole list for reference).

:lockd:
In what forum to I post to find out how to remotely access the local mysql databases once the remote host has been entered in Cpanel? It does not seem to be at any of:
tlc.x10hosting.com:3306
mail.tucsonlocalcurrency.org:3306
chopin.x10hosting.com:3306

How about the PostgreSQL port? Is that 5432? What remote access address?

Thanks,
Michael :cool:
Tucson Life Cache / Tucson Local Currency
Local Community. Local Economy. Local Currency.

http://tucsonlocalcurrency.org/
mailto:TucsonLocalCurrency@gmail.com
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Install and run:

http://webnet77.com/scripts/list-modules/

Yes, DBD::mysql is installed.

But to check if XXX is installed, just make a basic script, add

use CGI::Carp qw(fatalsToBrowser );
use XXX;

to the top and it will tell you if XXX is not installed.

And remote mySQL is not enabled, despite anything on the cPanel.
 
Last edited:

kallankurup

New Member
Messages
14
Reaction score
0
Points
0
Install and run:

http://webnet77.com/scripts/list-modules/

Yes, DBD::mysql is installed.

But to check if XXX is installed, just make a basic script, add

use CGI::Carp qw(fatalsToBrowser );
use XXX;

to the top and it will tell you if XXX is not installed.

And remote mySQL is not enabled, despite anything on the cPanel.
Hi all,

Could someone who knows please give me a list of the available Perl modules available on the server?

Specifically, is DBD::mysql installed? (I'd still like the whole list for reference).

:lockd:
In what forum to I post to find out how to remotely access the local mysql databases once the remote host has been entered in Cpanel? It does not seem to be at any of:
tlc.x10hosting.com:3306
mail.tucsonlocalcurrency.org:3306
chopin.x10hosting.com:3306

How about the PostgreSQL port? Is that 5432? What remote access address?

Thanks,
Michael :cool:
Tucson Life Cache / Tucson Local Currency
Local Community. Local Economy. Local Currency.

http://tucsonlocalcurrency.org/
mailto:TucsonLocalCurrency@gmail.com
 

zen-r

Active Member
Messages
1,937
Reaction score
3
Points
38
Hi all,

Could someone who knows please give me a list of the available Perl modules available on the server?

Specifically, is DBD::mysql installed? (I'd still like the whole list for reference).

:lockd:
In what forum to I post to find out how to remotely access the local mysql databases once the remote host has been entered in Cpanel? It does not seem to be at any of:
tlc.x10hosting.com:3306
mail.tucsonlocalcurrency.org:3306
chopin.x10hosting.com:3306

How about the PostgreSQL port? Is that 5432? What remote access address?

Thanks,
Michael :cool:
Tucson Life Cache / Tucson Local Currency
Local Community. Local Economy. Local Currency.

http://tucsonlocalcurrency.org/
mailto:TucsonLocalCurrency@gmail.com

Still up to your old tricks, kallankurup, of duplicating other people's posts in the various threads, so as to cause confusion?

REPORTED TO STAFF.
 
Top