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...