ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent/Socket.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent/Socket.pm (file contents):
Revision 1.93 by root, Thu Jul 16 23:27:46 2009 UTC vs.
Revision 1.94 by root, Fri Jul 17 14:57:03 2009 UTC

59 inet_aton 59 inet_aton
60 tcp_server 60 tcp_server
61 tcp_connect 61 tcp_connect
62); 62);
63 63
64our $VERSION = 4.82; 64our $VERSION = 4.83;
65 65
66=item $ipn = parse_ipv4 $dotted_quad 66=item $ipn = parse_ipv4 $dotted_quad
67 67
68Tries to parse the given dotted quad IPv4 address and return it in 68Tries to parse the given dotted quad IPv4 address and return it in
69octet form (or undef when it isn't in a parsable format). Supports all 69octet form (or undef when it isn't in a parsable format). Supports all

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines