On 6/15/07, sivasakthi <[EMAIL PROTECTED]> wrote:
> 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
On 6/15/07, sivasakthi <[EMAIL PROTECTED]> wrote:
Yes..i need to compare the contents of two binary files..
Have you checked on CPAN? I found this:
http://search.cpan.org/~cwest/ppt-0.14/bin/cmp
Hope this helps!
--Tom Phoenix
Stonehenge Perl Training
--
To unsubscribe, e-mail: [EMAIL
> 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
I think he wants to compare two Perl scripts that have been rendered
to binary in the form that the ByteLoader would use.
On 6/15/07, Chas Owens <[EMAIL PROTECTED]> wrote:
On 6/15/07, sivasakthi <[EMAIL PROTECTED]> wrote:
> I have mentioned the binary Perl files by encrypted Perl files.. is it
>
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 machi
I have mentioned the binary Perl files by encrypted Perl files.. is it
not right one?
On Fri, 2007-06-15 at 13:56 +0200, Jenda Krynicky wrote:
> From: sivasakthi <[EMAIL PROTECTED]>
> > Hi Guys,
> >
> > is it possible to comparing the encrypted Perl files??
> >
> > Thanks,
> > Siva
>
> I'm af
From: sivasakthi <[EMAIL PROTECTED]>
> Hi Guys,
>
> is it possible to comparing the encrypted Perl files??
>
> Thanks,
> Siva
I'm afraid you'll have to explain what do you mean by "encrypted Perl
files".
Jenda
= [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =
When it comes to wine, w
sivasakthi 写道:
> Hi Guys,
>
> is it possible to comparing the encrypted Perl files??
>
>
The way I can think is to compare their md5sum value.
If the md5sum values are the same,then the two files should be the same.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mai