Re: cry for help continues...

2001-12-16 Thread Jeff 'japhy' Pinyan
On Dec 16, I.J. said: >Well, I am landing from C and this is all so intriguing, but at this time >I'd like to load part of the file(binary) as array of chars. Like: > read(FILE,$s,$I,$J); > @s=split//, $s; >however, It seems to me that much computer power are used in vain. Is there >any other w

cry for help continues...

2001-12-16 Thread I.J.
Well, I am landing from C and this is all so intriguing, but at this time I'd like to load part of the file(binary) as array of chars. Like: read(FILE,$s,$I,$J); @s=split//, $s; however, It seems to me that much computer power are used in vain. Is there any other way that does the job directly wit