RE: Perl line breaks

2003-08-10 Thread Mike Harrison
Hi All, Well, I have fixed the problem. I converted the messy html output from a series of ugly print statements (complete with escaping for every character) to a heredoc as follows: print HTML_OUTPUT; ... HTML stuff here ... HTML_OUTPUT Also, I found an array initialisation in my code that

Re: Perl line breaks

2003-08-10 Thread Camilo Gonzalez
Mike Harrison wrote: Hello all, Well, I have spent the last few nights messing around trying to work out why one of my PERL programs doesn't work. If anybody can shed some light on this, I might be able to get some sleep :) I am using a hosting service to host my web site, and they use a

Summary: obtain web page contents with perl through proxy server

2003-08-10 Thread wendy soros
Hi, Thanks to Awarsd, Wiggins, and Patricia for your quick replies. As all of you suggest, I will have a look at the LWP module first. I guess I will trouble you guys/girls again when I find problems learning the LWP module. Thanks a lot. Wendy __ Do you