2008/11/23 loody <[EMAIL PROTECTED]>: >> Does that mean I should use "ne" instead of "!="? > BTW, is there any faster default function provide by Perl library to > compare 2 binary files? > thanks for your help, Hi: forget to explain my question more specifically. I need to compare 2 YUV format image files. And due to dram alignment, the source I dump from dram is 64 bytes alignment. ( if source is 720*480 then the output size will be 768*480) That means the size of them may be different and it seems I cannot use File::compare and Image::compare.
So, the only idea I got is byte to byte to compare both of them. sorry for not explaining my question clearly. miloody -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/