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=;
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=;
>
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