Network Programming for Microsoft Windows , Second Edition (Microsoft Programming Series)

 < Day Day Up > 


Introduction

In this chapter, we look at simple socket-based applications using Perl. These applications can serve as implemented software patterns for the construction of more advanced networking applications.

Note 

All software discussed here is also provided on the companion CD-ROM. Table 19.1 lists the applications and their locations on the CD-ROM.

Table 19.1: CD-ROM COMPANION SOFTWARE

Code Pattern

CD-ROM Location

Stream server/client

./software/ch19/stream/

Datagram server/client

./software/ch19/dgram/

Multicast server/client

./software/ch19/mcast/

Broadcast server/client

./software/ch19/bcast

Simple HTTP server

./software/ch19/shttp/

Simple SMTP client

./software/ch19/smtpc/


 < Day Day Up > 

Категории