[Perl-unix-users] streaming data

2006-03-21 Thread Glennix glennix
 hi. i made a small IM(primarily for Yahoo Messenger) proxy program that does computername, IP address, time authentication, banned words/phrases..etc. However there's a part of the data i can't read? how do i read this? below is  one line of the data. [EMAIL PROTECTED]@[EMAIL PROTECTED]@<80>[EMA

[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