HI,
I want to read/write data to a buffer and then send it over network, but i don't know how to do it, Can any one give a hand in solving the following questions?
how do i create buffer in perl? do i need to create different buffers for read and write? how to create sockets without its data being sent over network? and how to check buffer how much(byte) of data is in buffer? (i m new to programming and new to perl)
Thanks Monks!