On 12/14/2012 11:41 PM, Grant wrote: > I'm using Interchange::Link for linking mod_perl to Interchange ( > icdevgroup.org). It works with 2.0.4 but breaks with 2.0.7. Someone told > me they tracked it down to line 684: > > while( <SOCK> ) { > > https://github.com/interchange/interchange/blob/master/dist/src/mod_perl2/Interchange/Link.pm > > I know this isn't much to go on, but were there any changes between those > versions that are a likely candidate?
Since SOCK is completely handled by Perl I really doubt that modperl does cause any problems with this line of code. I think your problem is elsewhere. I'd check what exactly is written to the socket before reading it and what comes out of it. Torsten