in reply to Re: IO::Socket problem
in thread IO::Socket problem

undef $/;

turns off the line separator, so the whole file goes into variable $respmod.

If I print this it is exactly the same as the file contents. And yes, I do want to include those response headers (these are used in the ICAP response modification.)

Replies are listed 'Best First'.
Re^3: IO::Socket problem
by castaway (Parson) on Oct 18, 2005 at 11:40 UTC
    Oops, I missed that bit! /me hides.

    C.