RE: Output to select windows??

2005-01-18 Thread Charles Maier
I looked at Win32:Console. One of the first things it talks about is that ONLY ONE window may be open for a process and how to detach an open console and re-open a console. This is not true?? Would someone please offer a simple example of perl working with multiple "windoz" windows?? Chuck -

RE: LWP::Simple could not retrieve issue

2005-01-18 Thread Hsu, David
Randy, I added the proxy setting in the script, but still the same problem. I saved the xml link as a local file and ran the script through IE. Parsed just fine. Still can't figure out why it won't get the xml from any site. David -Original Message- From: Randy Kobes [mailto:[EMAIL PRO

RE: LWP::Simple could not retrieve issue

2005-01-18 Thread Randy Kobes
On Tue, 18 Jan 2005, Hsu, David wrote: > I added the proxy setting in the script, but still the > same problem. I saved the xml link as a local file and > ran the script through IE. Parsed just fine. Still can't > figure out why it won't get the xml from any site. Since this is a problem when r

RE: Output to select windows??

2005-01-18 Thread Charles Maier
What I am looking for is the simplest method to say... open 3 windows... one to send text that shows "progress" in email retrieve, one to show from/to addresses and one to show filenames found in attachments. Without multiple windows I can only blather all this info into a single window and log v

RE: Output to select windows??

2005-01-18 Thread Kevin Gibbs
Chuck, Yes but you'll need to be clearer on what you want. If you're looking for create GUI interface then there is TK, Win32::GUI or WX. If you want to send characters to a multiple console windows then there is Win32::Setupsup. Kevin. -- Date: Sun, 16 Jan 2005 17