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
· Password Protection
· MySQL
· Stats
· Power Tools

· FAQ Home

· EchoEcho+ Support

XML-File

<?xml version="1.0" encoding="iso-8859-1"
standalone="yes" ?>
<!-- XML-Output by phpMyFAQ 1.3.8 -->
<phpmyfaq
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:NamespaceSchemaLocation="http://www.phpmyfaq.de/xml/faqschema.xsd">
<article id="92">
	<language>en</language>
	<category>Perl - Cgi</category>
	<keywords></keywords>
	<theme>Perl Modules</theme>
	<content
xmlns="http://www.w3.org/TR/REC-html40">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 &#039;/path/to/my/custom/lib/dir&#039;;
--------------------------------------------------------------------

or

--------------------------------------------------------------------
unshift @INC, &#039;/path/to/my/custom/lib/dir&#039;;
--------------------------------------------------------------------

The line should be added somewhere near the top of your
script.
(You need to replace the folder path with a real value)</content>
	<author>EchoEcho Support</author>
	<date>12.07.2009, 21:16</date>
</article>
</phpmyfaq>

open XML-File

Copyright © EchoEchoPlus Hosting