Von dem Buch Programming the Network With Perl (Computer Science) haben wir 2 gleiche oder sehr ähnliche Ausgaben identifiziert!

Falls Sie nur an einem bestimmten Exempar interessiert sind, können Sie aus der folgenden Liste jenes wählen, an dem Sie interessiert sind:

Programming the Network With Perl (Computer Science)100%: Paul Barry, P Barry: Programming the Network With Perl (Computer Science) (ISBN: 9780471486701) 2002, in Englisch, Taschenbuch.
Nur diese Ausgabe anzeigen…
Programming the Network with Perl77%: Paul Barry: Programming the Network with Perl (ISBN: 9780470849415) in Englisch, auch als eBook.
Nur diese Ausgabe anzeigen…

Programming the Network With Perl (Computer Science)
9 Angebote vergleichen

Bester Preis: 0,91 (vom 16.10.2016)
1
9780471486701 - Paul Barry: Programming the Network With Perl (Computer Science)
Symbolbild
Paul Barry

Programming the Network With Perl (Computer Science) (2002)

Lieferung erfolgt aus/von: Vereinigtes Königreich Großbritannien und Nordirland EN PB US

ISBN: 9780471486701 bzw. 0471486701, in Englisch, John Wiley & Sons, Taschenbuch, gebraucht.

2,87
unverbindlich
Lieferung aus: Vereinigtes Königreich Großbritannien und Nordirland, zzgl. Versandkosten, Verandgebiet: EUR.
Von Händler/Antiquariat, Anybook Ltd. Lincoln, [RE:4].
This is an ex-library book and may have the usual library/used-book markings inside. This book has soft covers. In good all round condition., 850grams, ISBN: 9780471486701. Trade paperback.
2
9780471486701 - Paul Barry, P Barry: Programming the Network with Perl
Paul Barry, P Barry

Programming the Network with Perl (2002)

Lieferung erfolgt aus/von: Niederlande EN PB NW

ISBN: 9780471486701 bzw. 0471486701, in Englisch, John Wiley And Sons Ltd, Taschenbuch, neu.

32,22
unverbindlich
Lieferung aus: Niederlande, Vermoedelijk 4-6 weken.
bol.com.
It is no longer enough for today's software engineers to be able to program the computer and debug programs - the modern programmer needs to know how to program the network and debug communications. This book shows you how, using Perl. Originally created as a tool for System Administrators, the Perl Programming languauge has matured into a powerful, yet easy-to-use, general-purpose programming language. Widely used on the Internet, Perl is the programming language of choice when it comes to addi... It is no longer enough for today's software engineers to be able to program the computer and debug programs - the modern programmer needs to know how to program the network and debug communications. This book shows you how, using Perl. Originally created as a tool for System Administrators, the Perl Programming languauge has matured into a powerful, yet easy-to-use, general-purpose programming language. Widely used on the Internet, Perl is the programming language of choice when it comes to adding dynamic content to websites using the Common Gateway Interface (CGI). Its strengths - simplicity, power and adaptability - make it an excellent vehicle with which to study computer networking and to program computer networks in general. In Programming the Network with Perl, Paul Barry applies Perl to the study of tradiitonal computer networking topics. After an introductory tutorial to the Perl programming language appropriate for the non-Perl programmer, five key computer networking topics are examined from the perspective of the software engineer using Perl. Snooping details the creation of a successively more functional set of Ethernet Network Analaysers and cumulates in the development of The Network Debugger, a tool for monitoring the traffic generated by both standard and custom-built networked applications. Sockets details how to use Perl to create custom networked applications by programming the TCP/IP transport protocols (TCP and UDP), using the Client/Server Model and the standard Berkeley Socket API. Protocols details just how easy it is to program the HTTP (web), SMTP (e-mail), NNTP (news) and TELNET (remote login) protocols with Perl. HTML parsing is also described. Management uses Perl to program the Simple Network Management Protocol (SNMP), the cornerstone network management technology on the modern Internet.Taal: Engels;Afmetingen: 22x235x194 mm;Gewicht: 698,00 gram;Verschijningsdatum: februari 2002;ISBN10: 0471486701;ISBN13: 9780471486701; Engelstalig | Paperback | 2002.
3
9780471486701 - Barry, Paul: Programming the Network W Perl
Symbolbild
Barry, Paul

Programming the Network W Perl (2002)

Lieferung erfolgt aus/von: Vereinigtes Königreich Großbritannien und Nordirland EN PB US

ISBN: 9780471486701 bzw. 0471486701, in Englisch, John Wiley & Sons, London, England, Taschenbuch, gebraucht.

0,99
unverbindlich
Lieferung aus: Vereinigtes Königreich Großbritannien und Nordirland, zzgl. Versandkosten, Verandgebiet: EUR.
Von Händler/Antiquariat, worldofbooks, WEST SUSSEX, Goring-By-Sea, [RE:4].
The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged. Trade paperback.
4
9780470849415 - Paul Barry: Programming the Network with Perl
Paul Barry

Programming the Network with Perl

Lieferung erfolgt aus/von: Deutschland ~EN NW EB DL

ISBN: 9780470849415 bzw. 047084941X, vermutlich in Englisch, John Wiley & Sons, neu, E-Book, elektronischer Download.

Lieferung aus: Deutschland, Versandkostenfrei.
Programming the Network with Perl: Inhaltsangabe1. Meet Perl Perl&apos s Default Behaviour Using Variables in Perl Controlling Flow Boolean in Perl Perl Operators Subroutines Perl I/O Packages, Modules and Objects More Perl Where to From Here Print Resources Web Resources 2. Snooping Thank You, Tim Potter Preparing to Snoop Building Low-Level Snooping Tools Snooping IP Datagrams Transport Snoopers The Network Debugger Where to From Here Print Resources Web Resources 3. Sockets Clients and Servers Transport Services Introducing the Perl Socket API Socket Support Subroutines Simple UDP Clients and Servers Genericity and Robustness UDP is Unreliable Sending and Receiving with UDP Dealing with Deadlock TCP Clients and Servers A Common TCP Gotcha More TCP Socket Communication The Concurrent Syntax Checker Object-Oriented Sockets Where to From Here Print Resources Web Resources 4. Protocols Gotcha! Working with the Web The World&apos s Worst Web Browser HTTP Status Codes It&apos s the Gisle and Graham Show! The Library for WWW Access in Perl The LWPwwwb Program Doing More with LWPwwwb Building a Custom Web Server The libnet Library Email Enabling simplehttpd Other Networking Add-on Modules Where to From Here Print Resources Web Resources 5. Management Simple Management with ICMP Doing the Ping Thing Doing the Net: Ping Thing Tracing Routes Not So Simple Management with SNMP The SNMP Management Framework Managed Data The SNMP Protocol The Net: SNMP Module Working with Net: SNMP What&apos s Up Setting MIB-II Data IP Router Mapping Where to From Here Print Resources Web Resources 6. Mobile Agents What is a Mobile Agent Mobile-Agent Examples Mobile-Agent Advantages/Disavantages Perl Agents The Agent.pm Module Ooooh, Objects! The Default Mobile Agent A Launching Mobile-Agent Environment A One-Shot Location Relocating to Multiple Locations The Mobile-Agent multiwho The Mobile-Agent ipdetermine The Cloning Mobile-Agent ipdetermine Other Perl Agent Examples Where to From Here Print Resources Web Resources Appendices Index, Englisch, Ebook.
5
9780470849415 - Paul Barry: Programming the Network with Perl
Paul Barry

Programming the Network with Perl

Lieferung erfolgt aus/von: Deutschland EN NW

ISBN: 9780470849415 bzw. 047084941X, in Englisch, Wiley, Vereinigte Staaten von Amerika, neu.

42,99
unverbindlich
Lieferung aus: Deutschland, zzgl. Versandkosten, Sofort per Download lieferbar.
Programming the Network with Perl, This book covers network programming with Perl but goes beyond programming network sockets. It presents the entire spectrum of skills network professionals need, including the ability to analyze network traffic that programs generate, efficient interaction with standard network protocols, and effective management of complex network systems.
6
9780471486701 - Paul Barry: Programming the Network W Perl
Paul Barry

Programming the Network W Perl (2002)

Lieferung erfolgt aus/von: Deutschland EN PB NW

ISBN: 9780471486701 bzw. 0471486701, in Englisch, John Wiley & Sons Inc, Taschenbuch, neu.

Lieferung aus: Deutschland, Versandfertig in 2 - 3 Tagen.
Die Beschreibung dieses Angebotes ist von geringer Qualität oder in einer Fremdsprache. Trotzdem anzeigen
7
9780471486701 - Barry, Paul: Programming the Network With Perl
Symbolbild
Barry, Paul

Programming the Network With Perl (2002)

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN PB US

ISBN: 9780471486701 bzw. 0471486701, in Englisch, Wiley, Taschenbuch, gebraucht.

8,90
unverbindlich
Lieferung aus: Vereinigte Staaten von Amerika, zzgl. Versandkosten, Verandgebiet: DOM.
Von Händler/Antiquariat, Open Books Ltd, IL, Chicago, [RE:5].
Die Beschreibung dieses Angebotes ist von geringer Qualität oder in einer Fremdsprache. Trotzdem anzeigen
8
9780471486701 - Paul Barry: Programming the Network With Perl
Symbolbild
Paul Barry

Programming the Network With Perl (2002)

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN PB US

ISBN: 9780471486701 bzw. 0471486701, in Englisch, Wiley, Taschenbuch, gebraucht.

11,87
unverbindlich
Lieferung aus: Vereinigte Staaten von Amerika, zzgl. Versandkosten, Verandgebiet: DOM.
Von Händler/Antiquariat, ExtremelyReliable, TX, Richmond, [RE:4].
Paperback.
9
9780470849415 - Paul Barry: Programming the Network with Perl
Paul Barry

Programming the Network with Perl

Lieferung erfolgt aus/von: Deutschland EN NW EB DL

ISBN: 9780470849415 bzw. 047084941X, in Englisch, Wiley, Vereinigte Staaten von Amerika, neu, E-Book, elektronischer Download.

42,99
unverbindlich
Lieferung aus: Deutschland, zzgl. Versandkosten.
Lade…