Hi all,
I try to read a binary file using
$/ =" ";
while (<FILE_HANDLE>) {
....
}
I want to read until the next space and that is why I used $/=" "; but in
fact I would like to read until the next space, or the next > or the next <.
Can I do this?
If yes, please advice how.
Thanks.
Teddy,
My dear email address is [EMAIL PROTECTED]
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]