Ports Search

Results 1,2411,250 of 5,824 for /net/.(0.004 seconds)
net/Server-Starter-0.30 (Score: 0.07643312)
Perl extension of superdaemon for hot-deploying server programs
A superdaemon for hot-deploying server programs.
net/Socket-Class-2.258 (Score: 0.07643312)
Perl class to communicate with sockets
Socket::Class provides a simple, fast and efficient way to communicate with sockets. It operates outside of the Perl IO layer and can be used as a replacement to IO::Socket. Little parts of Bluetooth technology has been integrated.
net/Socket-GetAddrInfo-0.22 (Score: 0.07643312)
RFC 2553's getaddrinfo and getnameinfo functions
Socket::GetAddrInfo - RFC 2553's getaddrinfo and getnameinfo functions.
net/Socket-Multicast6-0.04 (Score: 0.07643312)
Constructors and constants for IPv4/IPv6 multicast socket operations
This module is used to gain access to constants and utility functions used when manipulating multicast socket attributes. For simple, object-oriented way of doing the same thing, take a look at IO::Socket::Multicast6 or IO::Socket::Multicast
net/Socket-2.021 (Score: 0.07643312)
Networking constants and support functions
Socket is a low-level module used by, among other things, the IO::Socket family of modules. The following examples demonstrate some low-level uses but a practical program would likely use the higher-level API provided by IO::Socket or similar instead.
net/Socket6-0.28 (Score: 0.07643312)
IPv6 related part of the C socket.h defines and structure manipulators
This module supports getaddrinfo() and getnameinfo() to intend to enable protocol independent programing. If your environment supports IPv6, IPv6 related defines such as AF_INET6 are included.
net/Sort-Key-IPv4-0.03 (Score: 0.07643312)
Perl extension for sorting IPv4 addresses
Sort::Key::IPv4 Sorts lists of objects by some property containing an IPv4 address
net/TFTP-1.0 (Score: 0.07643312)
TFTP client in Perl as described in RFC783
TFTP is a class implementing a simple TFTP client in Perl as described in RFC783.
net/Test-URI-1.08.1 (Score: 0.07643312)
Check Uniform Resource Identifiers
Test::URI checks various parts of Uniform Resource Locators.
net/URI-FromHash-0.05 (Score: 0.07643312)
Create URI from hash of components
This module provides a simple functional "named parameters" style interface for creating URIs. Underneath the hood it uses URI.pm, though because of the simplified interface it may not support all possible options for all types of URIs. It was created for the common case where you simply want to have a simple interface for creating syntactically correct URIs from known components (like a path and query string). Doing this using the native URI.pm interface is rather tedious, requiring a number of method calls, which is particularly ugly when done inside a templating system such as Mason or TT2.