in reply to Re: Reply to TCP messages Net::Server::PreFork
in thread Reply to TCP messages Net::Server::PreFork

Hi SSF, It didn't work, it still waits for newline to parse get the imput. Is there anyway to get the contents of the buffer after a specific timeout? that way I could just process the contents of $buf wheater is a 96 byte string or the other format. Thanks! Carlos
  • Comment on Re^2: Reply to TCP messages Net::Server::PreFork

Replies are listed 'Best First'.
Re^3: Reply to TCP messages Net::Server::PreFork
by Anonymous Monk on Feb 15, 2012 at 12:54 UTC
    hi.. i am in the same stuff, but different issue. to solve your problem i use "IO::Handle->input_record_separator(')');" it helps me to separate each gps records. it works fine. i cant get "Net::Server::PreFork;" work yeat.