On 6/15/07, sivasakthi <[EMAIL PROTECTED]> wrote:
I have mentioned the binary Perl files by encrypted Perl files.. is it
not right one?

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?

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


Reply via email to