Re: [Perl-unix-users] handling data in tcp Sockets

2005-11-05 Thread $Bill Luebkert
Glennix glennix wrote: > hi. > > please pardon me for my probably ignorant question. > ^_^ > i'm writing a small IM(http for that matter) > proxy/filter and i'm having problems handling binary > data like images. they load very slowly if not at > all. i tried using binmode in my handle but sti

[Perl-unix-users] handling data in tcp Sockets

2005-11-05 Thread Glennix glennix
hi. please pardon me for my probably ignorant question. ^_^ i'm writing a small IM(http for that matter) proxy/filter and i'm having problems handling binary data like images. they load very slowly if not at all. i tried using binmode in my handle but still encountered the same problems. how