will print blank lines if there was no error. Maybe you should do this :
> print STDERR $@ . "\n\n" if $@;
However, it seems $@ is always empty. So, I no longer have connection
aborted errors
You still have the errors. You just don't see them in the logs anymore.
But
;
However, it seems $@ is always empty. So, I no longer have connection aborted
errors
Now I know I'm easily confused but I don't understand :) However, as it does
appear
I have fixed the issue I am quite happy. I just wish I knew why it works.
Discovered along the way was do not write
On 15/11/12 11:40 AM, Randolf Richardson wrote:
Snip.
Pretty well, we also get a similar problem when some IE clients download
pictures (jpg's).
Software caused connection abort at
/home/apache/metapoint/trunk/Metadot/UploadsManager.pm line 216, chunk
1.\n
The code here is (edited for b
> Thanks Andre.
>
> On 14/11/12 12:33 PM, André Warnier wrote:
> > Dave Morgan wrote:
>
> Snip.
>
> >
> >> We did find the use statement and removed it. We now get
> >>
> >> Software caused connection abort at
> >> /home/apache/metapoint/trunk/Utility.pm line 231.
> >>
> >
> > Ok, so now you kn
Thanks Andre.
On 14/11/12 12:33 PM, André Warnier wrote:
Dave Morgan wrote:
Snip.
We did find the use statement and removed it. We now get
Software caused connection abort at
/home/apache/metapoint/trunk/Utility.pm line 231.
Ok, so now you know at which line of which module this is
Dave Morgan wrote:
Original Message
Thank you Andre,
On 31/10/12 01:58 PM, André Warnier wrote:
> Dave Morgan wrote:
>> How do I find out where the following call(s) are made from?
>
> See http://search.cpan.org/~dom/perl-5.14.3/lib/Carp.pm
> or by including the string -M
Original Message
Thank you Andre,
On 31/10/12 01:58 PM, André Warnier wrote:
> Dave Morgan wrote:
>> How do I find out where the following call(s) are made from?
>
> See http://search.cpan.org/~dom/perl-5.14.3/lib/Carp.pm
> or by including the string -MCarp=verbose in the PERL5