in reply to Re^2: Net::SMTP->new call hangs
in thread Net::SMTP->new call hangs

Without more info, the only suggestion I have is to try to run your script in DEBUG mode, by doing

perl -d ScriptName.pl

Debug mode commands are documented in perldebug and perldebtut.

    ...each is assigned his own private delusion but he cannot see the baggage on his own back.

Replies are listed 'Best First'.
Re^4: Net::SMTP->new call hangs
by gpurusho (Acolyte) on Dec 10, 2004 at 22:18 UTC
    What other information would help you help me. I tried running the script on a debug mode and it hangs in the Perl - SMTP module.

    Also I made sure the port 25 is open and no other application or firewall is blocking it.