in reply to Re: How to debug "Too Many Open Files" Error
in thread How to debug "Too Many Open Files" Error
Is there any way I can run the command you show from inside my script? If not, I can ask my hosting service to run it. Needless to say, they do not invite me to run commands directly on their server. Tonyuse strict; use CGI qw(:standard escape escapeHTML); use Authen::Captcha; use Image::Magick; use Data::FormValidator (qw/filter_ucfirst/); use Data::FormValidator (qw/valid_email/); use CGI ':cgi-lib'; use Regexp::Common (qw/profanity/); use lib qw(/var/www/vhosts/cfhs69.com/cgi-bin); use CGI::Carp qw(fatalsToBrowser);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to debug "Too Many Open Files" Error
by betterworld (Curate) on Sep 16, 2008 at 22:57 UTC | |
by tonyb48 (Novice) on Sep 16, 2008 at 23:15 UTC | |
by betterworld (Curate) on Sep 17, 2008 at 11:06 UTC | |
by tonyb48 (Novice) on Sep 17, 2008 at 22:14 UTC |