Site Panel Help User Panel Help Panel Demo's Search Help

Categories

· Show all categories

· New Customer FAQs
· E-Mail
· FTP - File Transfers
· Domains
· SSH and Telnet
· Scripting Languages
  · Perl - Cgi
· Password Protection
· MySQL
· Stats
· Power Tools

· FAQ Home

· EchoEcho+ Support

Perl - Cgi: Perl Modules
Each account has a set of basic perl modules installed by default, but you can install your own CPAN modules to a folder of your choice, and simply include it in the script with a line like:

--------------------------------------------------------------------
use lib '/path/to/my/custom/lib/dir';
--------------------------------------------------------------------

or

--------------------------------------------------------------------
unshift @INC, '/path/to/my/custom/lib/dir';
--------------------------------------------------------------------

The line should be added somewhere near the top of your script.
(You need to replace the folder path with a real value)

Last update: 12.07.2009, 21:16
Author: EchoEcho Support

printer-friendly version Send to a friend
Show this as PDF file export as XML-File

Average rating: 0 from 5 (0 Votes )

Please rate this entry:
completely
useless

1

2

3

4

5
most
valuable
You cannot comment on this entry | Content Overview: Perl - Cgi
Copyright © EchoEchoPlus Hosting