I could but wanted more of an interactive type of interface (where I don't know/care about the message size, etc).
> -----Original Message----- > From: [EMAIL PROTECTED]@INTERNET@HHC > Sent: Monday, October 01, 2001 1:39 PM > To: Bob Maccione > Cc: [EMAIL PROTECTED] > Subject: RE: FW: Message sizes > > <<...>> > > On 01-Oct-2001 Bob Maccione wrote: > > Hmm, since I'm using Filter::Stream I guess my next question is how to > > you tell the end of a string (for lack of a better word) in Perl? I > > guess I could write a Filter::String and then assume that all strings > > end with a null and look for the null in the stream, however I'm not > > sure if this is really correct (and I did search the web) and have no > > idea on how Perl knows the end of a string. > > Why not use Filter::Block ? > > (I'm assuming you control both ends of the connection.) > > -Philip >
