in reply to Re: Port control using perl?
in thread Port control using perl?

thanks for the suggestion. but i would still like to learn how to open a port myself using perl instead of relying on that. i dont want to use it just for ftp. knowing me im going to make a game at some point and a game that can connect to a server to save status or create a leaderboard would be nice.

and like i said. i want to learn how to do it myself because the knowledge could be useful for more than just transferring files.
Failure isn't about falling. It's remaining where you have fallen.

Replies are listed 'Best First'.
Re^3: Port control using perl?
by Khen1950fx (Canon) on Jul 30, 2008 at 00:58 UTC
    I would practice with Net::FTPServer for a while, then move up to Net::Server. That will give you a foundation that will get you ready to handle sockets. If you encounter any problems, post your questions. There are a lot of monks here that can help you with that. Probably the best thing to do right now is to try your hand at writing some code for your ftp client and go from there. Good luck and have fun...
      Thank you very much :)
      Failure isn't about falling. It's remaining where you have fallen.