writing encrypted data to a file
Hello,
I am using Twofish on Win32 ActivePerl to encrypt data and then writing it
to a file, the problem is that the encrypted data is being interperated by
perl as newline characters etc i.e \n \t \r
is there anyway to get perl to just write exactly what is in the variable to
the file?
Thanks In Advance
James
Re: writing encrypted data to a file
Lefty wrote:
>
> I am using Twofish on Win32 ActivePerl to encrypt data and then writing it
> to a file, the problem is that the encrypted data is being interperated by
> perl as newline characters etc i.e \n \t \r
> is there anyway to get perl to just write exactly what is in the variable to
> the file?
perldoc -f binmode
John
--
use Perl;
program
fulfillment