Hi,
I have a script running on a webserver using the modules below. The problem is this seems to cause my script to delay before it gets run. Is there anyway to speed this up, eg, is there a way to load the modules just once so that they're ready to be used by my script?
Thanks for any help.
JS.
use CGI qw(:standard escapeHTML); use Net::LDAP; use Net::LDAP::Constant qw( LDAP_REFERRAL LDAP_CONSTRAINT_VIOLATION LD +AP_COMPARE_TRUE); use URI; use URI::ldap; use Date::Manip; use POSIX qw(strftime); use Log::Dispatch; use Log::Dispatch::File; use Log::Dispatch::Email::MailSendmail; use HTML::Entities; use strict; no strict "vars";
In reply to modules slowing webpage by js1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |