Perl Modules for Networking with Sockets : Socket « Network « Perl

Perl
1. Array
2. CGI
3. Class
4. Data Type
5. Database
6. File
7. GUI
8. Hash
9. Language Basics
10. Network
11. Regular Expression
12. Report
13. Statement
14. String
15. Subroutine
16. System Functions
17. Win32
18. XML
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Perl » Network » Socket 
Perl Modules for Networking with Sockets
    


Option         Value
Listen         Size of the incoming listen queue. Normally set to SOMAXCONN.
LocalAddr      IP address or hostname for a server socket, optional.
LocalPort      Port number for a server socket to listen on.
PeerAddr       IP address or hostname of the server, for client sockets.
PeerPort       Port number of the server, for client sockets.
Proto          Protocol to use, usually tcp or udp.
Reuse          Set to for servers.
Timeout        Sets network timeouts.
Type           Type of socket, normally SOCK_STREAM (TCPor SOCK_DGRAM (UDP).

   
    
    
    
  
Related examples in the same category
1. Time Server with Socket
2. Using Socket to call a Perl CGI
3. Socket server
4. Open a socket
5. Post query to a CGI
6. Query a Perl CGI
7. Listen to a port
8. Using regular expresion to validate an IP address
9. Child handle and parent handle
10. Daytime client, using symbolic host and service names
11. Add a host, delete a host, add a user, delete a user, ping a host, list processes, list filesystems, lists hosts, and kill a process.
12. A Perl TCP server without the Socket module.
13. A Simple script to update your host/ip with dyndns.org service.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.