in reply to Tie::File separator not supported

Maybe your "other" file is not separated by \r\n ? See the discussion of autochomp in the Tie::File documentation.

You don't show any code with which we could try to replicate your problem, so I have to guess.

Replies are listed 'Best First'.
Re^2: Tie::File separator not supported
by pilsdumps (Initiate) on Oct 18, 2010 at 09:32 UTC

    There is no other file - I've simply pasted the code from the test project to the main one and the $filepath references the same file. The code I've given is the same for both projects.

    I'll have at autochomp to see if this can cast any light on it.