Network Programming with Perl By Lincoln D. Stein Slots : 1
Table of Contents
Part 2: Developing Clients for Common Services
Content
Two of the oldest Internet protocols are the File Transfer Protocol, FTP, and Telnet, for remote login. They illustrate the two extremes of network protocols: An FTP session is a highly structured and predictable set of transactions; a Telnet session is unpredictable and highly interactive. Perl has modules that can tame them both.