in reply to Re: Doing a .sfv checker/creator in Perl...
in thread Doing a .sfv checker/creator in Perl...

It was some .rar file... Hard to recreate here... :)
  • Comment on Re^2: Doing a .sfv checker/creator in Perl...

Replies are listed 'Best First'.
Re^3: Doing a .sfv checker/creator in Perl...
by GrandFather (Saint) on Oct 05, 2005 at 19:38 UTC

    Has it to be a .rar file to demonstrate the problem? The point is to create some trivial example that other monks can use to reproduce the problem and thus help solve it.

    It seems likely, as others have pointed out, that you have a line end tanslation problem and that controlling the binary/text mode of the file will fix the issue. But if it is something else you should try to find a way to reproduce the problem with a small piece of code. Just the process of finding a minimal example of the problem may will make the solution clear to you.


    Perl is Huffman encoded by design.
      Well, in this case you have my code. And I bet you all have some binary to test on. Problem is that you need a 3:rd part .sfv checker to be able of comparing...

      But yea, problem solved. Had to set to binary mode to make it work...