> text mode: Line endings are translated to/from Perl's end-of-line
> character "\n" to the host operating system's end-of-line character
> (CRLF for DOS based machines, LF for UNIX based machines, etc.)
> 
> binary mode (aka raw): No translations are made.  Characters/bytes are
> written directly to the file.
> 
> encryption: A method of making data (hopeful) unreadable, but
> recoverable, using an algorithm.  The output can be either binary or
> text depending on the algorithm.
> 
> Do you want to compare two binary files to see if they have the same contents?


Yes..i need  to compare the contents of  two binary files..


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to