What a strange error...

2010-06-29 Thread Tosh Cooey
I have an application with a program called [mailfile.pl] which runs under MP::Registry and is accessed via some mod_rewrites. Today I pushed a new version from my DEV server to the WWW server using rsync. Obviously it was working perfectly on DEV. However the new [mailfile.pl] died with an

Re: What a strange error...

2010-06-29 Thread Cosimo Streppone
On Tue, 29 Jun 2010 14:37:38 +0200, Tosh Cooey t...@1200group.com wrote: I have an application with a program called [mailfile.pl] which runs under MP::Registry and is accessed via some mod_rewrites. Today I pushed a new version from my DEV server to the WWW server using rsync. Obviously

Re: What a strange error...

2010-06-29 Thread Tosh Cooey
Ha ha... Yes I wondered about that too, except then why would it run as mailfile2.pl after only: cp mailfile.pl mailfile2.pl ? However the programmer working on that file uses Windows and so who knows, maybe this is the solution, but not the answer... Thanks! Tosh Cosimo Streppone wrote:

Re: What a strange error...

2010-06-29 Thread Tosh Cooey
Maybe I should have followed up instead of sending this so quickly, oh well. Yes the Windows CR/LF was the problem. So the situation is resolved, but I have no clue why the same file with different names was inconsistent in execution. Oh well, don't look a gift horse in the mouth I guess,

Re: What a strange error...

2010-06-29 Thread Chris Bennett
Tosh Cooey wrote: Maybe I should have followed up instead of sending this so quickly, oh well. Yes the Windows CR/LF was the problem. So the situation is resolved, but I have no clue why the same file with different names was inconsistent in execution. Oh well, don't look a gift horse in

Re: What a strange error...

2010-06-29 Thread Devin Teske
On Tue, 2010-06-29 at 09:33 -0500, Chris Bennett wrote: Tosh Cooey wrote: Maybe I should have followed up instead of sending this so quickly, oh well. Yes the Windows CR/LF was the problem. So the situation is resolved, but I have no clue why the same file with different names was

Re: What a strange error...

2010-06-29 Thread Tosh Cooey
vi? I just send mine to India and pay some guy $1 to remove them with his teeth. Tosh Devin Teske wrote: On Tue, 2010-06-29 at 09:33 -0500, Chris Bennett wrote: Tosh Cooey wrote: Maybe I should have followed up instead of sending this so quickly, oh well. Yes the Windows CR/LF was the

Re: What a strange error...

2010-06-29 Thread Steven Siebert
nice. On a related note...some of our developers use the EPIC plugin in eclipse to create/modify remote .pl and .pm files. Same issue (CR/LF) - we usually run a clean.pl script recursively on directories on the dev server during development/prior to generating a build. Needless to say, this

Re: [PATCH] END blocks may segfault

2010-06-29 Thread Fred Moyer
On Mon, Jun 28, 2010 at 11:15 AM, Alex Hunsaker bada...@gmail.com wrote: Hi! perl: 5.10.1, 5.12.1 (i686-linux, x86_64-linux) mod_perl: 2.0.4 Basically if you have end blocks that modify/add END blocks things might go crazy. This sounds like it is similar to something Tim B. brought up a