on Tue, 14 May 2002 06:36:40 GMT, [EMAIL PROTECTED] (Ciaran
Finnegan) wrote: 

> And as you can probably see I'm not too clued up on the software
> side of things.

Just an idea. What happens if you do the following:

    {
        local $/ = "\r";
        while (<$remote>) {
            print;
        }
    }

-- 
felix
    

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to