writing encrypted data to a file
am 09.06.2005 03:17:30 von lefty
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
am 09.06.2005 04:13:04 von someone
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