Home
TeamSite
bad file descriptor
amaresh
Hi thanks in advance,
I am trying to execute a file which is calling a perl module. I get a error message like " Bad file descriptor at E:\iw-home\iw-perl\vendor\lib/Mail/Mailer.pm line 266." Here my file actually uses the perl module called Mailer.pm. But when i compile the Mailer.pm separately, it does not show any errors. Can anyone help me n solving this problem?
thank you,
amaresh
Find more posts tagged with
Comments
JonathonG
IIRC, that error message is typically thrown when the Mailer.pm fails to connect to the mail server. You need to check you configuration and make sure you've specified a valid mail server and that you can reach that mail server from the server where your Perl code is running.
Jonathon
Interwoven Developer
Allstate, Inc.
amaresh
Thank you very much.