Ports Search

Results 1,3111,320 of 5,886 for /net-im/.(0.004 seconds)
net/Socket-Multicast6-0.04 (Score: 0.026957162)
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.026957162)
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.026957162)
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.026957162)
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.026957162)
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.026957162)
Check Uniform Resource Identifiers
Test::URI checks various parts of Uniform Resource Locators.
net/URI-FromHash-0.05 (Score: 0.026957162)
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.
net/URI-Match-0.00001 (Score: 0.026957162)
Perl extension for matching URLs by parts
This is a simple utility that adds ability to match URL parts against regular expressions, subroutines, or objects that implement a match() method. Since this module uses loops and method calls, writing up a clever regular expression and using it directly against the whole URL is probably faster. This module aims to solve the problem where readability matters, or when you need to assemble the match conditions at run time. URI::Match adds the following methods to the URI namespace.
net/URI-Nested-0.10 (Score: 0.026957162)
Perl5 interface for nested URIs
This library implements a Perl interface for nested URIs -- that is, URIs that contain other URIs. The basic format is: {prefix}:{uri} Some examples: * `jdbc:oracle:scott/tiger@//myhost:1521/myservicename` * `db:postgres://db.example.com/template1`
net/URI-OpenURL-0.4.6 (Score: 0.026957162)
Parse and construct OpenURL's (NISO Z39.88-2004)
This module provides an implementation of OpenURLs encoded as URIs (Key/Encoded-Value (KEV) Format), this forms only a part of the OpenURL spec. It does not check that OpenURLs constructed are sane according to the OpenURL specification (to a large extent sanity will depend on the community of use). From the implementation guidelines: The description of a referenced resource, and the descriptions of the associated resources that comprise the context of the reference, bundled together are called a ContextObject. It is a ContextObject that is transported when a user makes a request by clicking a link. A KEV OpenURL may contain only one ContextObject. The ContextObject may contain up to six Entities. One of these, the Referent, conveys information about the referenced item. It must always be included in a ContextObject. The other five entities - ReferringEntity, Requester, Resolver, ServiceType and Referrer - hold information about the context of the reference and are optional.