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

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

Replies are listed 'Best First'.
Re^4: Port control using perl?
by jkm199 (Initiate) on Jul 30, 2008 at 01:55 UTC
    Thank you very much :)
    Failure isn't about falling. It's remaining where you have fallen.