in reply to POP3 Mail Client using IO::Socket module only
Start by reworking your interface: "Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a universal interface." (This is the Unix philosophy.)
When you have those small programs working, then you can start building an interactive interface. Otherwise you won't be able to concentrate on the important things.
|
|---|