Hi all,
I'm attempting to do a very simple Net::Server listening on two different
ports, one being TCP and one being SSLEAY. So far this is working, but as
soon as I make an normal unencrypted connection (telnet) to the SSLEAY port
and *disconnect*, the Net::Server goes into an infinite loop, pas
Dear Perlers,
I need to download a file from a server using FTP and then I need to compare
both files (MD5 Checksum) to ensure that I am testing the right build.
Here is the program I have attempted so far. Please throw some light in
comparing the MD5 checksum of the source and destination fi