Re: Fw: writing file in binary mode

2005-09-08 Thread pDale
On 9/8/05, Jorge Palma <[EMAIL PROTECTED]> wrote: Sorry,here is the part where a write to the file.The problem is it write ok, but in text mode and not in binary mode.Thanks# --- open and read all text file and put it in arrayopen(FileIn,"$dirBase\\PSData_21.txt"), or die; @lines=;

Re: Fw: writing file in binary mode

2005-09-08 Thread $Bill Luebkert
Jorge Palma wrote: > Sorry, > here is the part where a write to the file. > > The problem is it write ok, but in text mode and not in binary mode. > > Thanks > > # --- open and read all text file and put it in array > open(FileIn,"$dirBase\\PSData_21.txt"), or die; > @lines=; >

Fw: writing file in binary mode

2005-09-08 Thread Jorge Palma
Sorry, here is the part where a write to the file. The problem is it write ok, but in text mode and not in binary mode. Thanks # --- open and read all text file and put it in array open(FileIn,"$dirBase\\PSData_21.txt"), or die; @lines=; close (FileIn); # --- open outfile in bi