File: README

package info (click to toggle)
libsocket-msghdr-perl 0.05-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 308 kB
  • sloc: perl: 69; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Socket/MsgHdr version 0.02
==========================

Advanced socket messaging operations:  sendmsg, recvmsg and cmsghdr
manipulation.  Available as plain functions or IO::Socket methods.

XS handles structure packing (possible but unpleasant in Perl) and wraps
the syscalls; you and Perl do the rest!

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

COPYRIGHT AND LICENCE

Copyright (C) 2003, 2010 Michael J. Pomraning

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.