in reply to Problem with perl2exe

You need to add something like
use Authen::SASL::Perl::ANONYMOUS; use Authen::SASL::Perl::CRAM_MD5; use Authen::SASL::Perl::DIGEST_MD5; use Authen::SASL::Perl::EXTERNAL; use Authen::SASL::Perl::GSSAPI; use Authen::SASL::Perl::LOGIN; use Authen::SASL::Perl::PLAIN;

Replies are listed 'Best First'.
Re^2: Problem with perl2exe
by mecrazycoder (Sexton) on Sep 01, 2009 at 07:50 UTC
    Dude, tanx for ur immediate response.But i am still getting same error.Please help me
      You have to get this modules included, read perl2xe manual learn how
Re^2: Problem with perl2exe
by mecrazycoder (Sexton) on Sep 01, 2009 at 07:53 UTC
    Without adding above packages, i am still able to get output.But after converting to exe only i am getting error