Hi,
I am fairly new to perl programming.
I am trying to write a client and a server perl socket where by the client socket sends a file to a server(POST request, port 80, http) and on the server side the file is received by the server socket and written to a directory.
I know there is a NET::HTTP perl library which should be used for the purpose, I would appreciate if anybody can point to some examples on how to start that.
I wrote a server socket but keep getting error - cannot connect to port 80 - address already in use though I am using Reuse=>1, while creating the socket (server side).
Really appreciate any help.
Thanks
I am fairly new to perl programming.
I am trying to write a client and a server perl socket where by the client socket sends a file to a server(POST request, port 80, http) and on the server side the file is received by the server socket and written to a directory.
I know there is a NET::HTTP perl library which should be used for the purpose, I would appreciate if anybody can point to some examples on how to start that.
I wrote a server socket but keep getting error - cannot connect to port 80 - address already in use though I am using Reuse=>1, while creating the socket (server side).
Really appreciate any help.
Thanks