Re: I need some concepts about binmode

2001-12-31 Thread Roger C Haslock
ht do something more like this: $RECSIZE = 220; # size of record, in bytes $recno = 37; # which record to update open(FH, "+ To: <[EMAIL PROTECTED]> Sent: Sunday, December 30, 2001 5:51 PM Subject: I need some concepts about binmode Yet. I still don't know how

I need some concepts about binmode

2001-12-30 Thread Connie Chan
Yet. I still don't know how to handle binary data with perl.. I just made a text file with Pascal... It sound read write are quite easy.. but in perl... I have read some examples. it is require for use binmode(MYFILE) ; then the read is require something say as buffer size... What