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
lefty [ Do, 09 Juni 2005 03:17 ] [ ID #831462 ]

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
someone [ Do, 09 Juni 2005 04:13 ] [ ID #831463 ]
Perl » alt.perl » writing encrypted data to a file

Vorheriges Thema: cant install perl modules
Nächstes Thema: ActivePerl and -P option