kcella has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to connect to a Microsoft Exchange server using Net::POP3. The problem is that is on a different domain than the machine the application will be running on. How do I switch domains within Net::POP3 when logging in? I have tried putting the domain name before the username, but that fails too. Any other ideas?
When you give us very little help, you will get very little in return.
What does the Net::POP3 documentation say about it? What about the documentation do you not understand? What have you tried so far? (Your source code is worth more than a thousand word description of what you have tried so far.)