Sys::Syscall(3pm) | User Contributed Perl Documentation | Sys::Syscall(3pm) |
Sys::Syscall - access system calls that Perl doesn't normally provide access to
use Sys::Syscall;
Use epoll, sendfile, from Perl. Mostly Linux-only support now, but more syscalls/OSes planned for future.
Nothing by default.
May export: sendfile epoll_ctl epoll_create epoll_wait EPOLLIN EPOLLOUT EPOLLERR EPOLLHUP EPOLL_CTL_ADD EPOLL_CTL_DEL EPOLL_CTL_MOD
Export tags: :epoll and :sendfile
This module is Copyright (c) 2005 Six Apart, Ltd.
All rights reserved.
You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file. If you need more liberal licensing terms, please contact the maintainer.
Want to contribute? See:
L<http://contributing.appspot.com/sys-syscall>
This is free software. IT COMES WITHOUT WARRANTY OF ANY KIND.
Brad Fitzpatrick <brad@danga.com>
2022-06-17 | perl v5.34.0 |