Fcntl

Section: Perl Programmers Reference Guide (3)
Updated: perl 5.003 with
Index Return to Main Contents
 

NAME

Fcntl - load the C Fcntl.h defines  

SYNOPSIS

    use Fcntl;


 

DESCRIPTION

This module is just a translation of the C fnctl.h file. Unlike the old mechanism of requiring a translated fnctl.ph file, this uses the h2xs program (see the Perl source distribution) and your native C compiler. This means that it has a far more likely chance of getting the numbers right.  

NOTE

Only #define symbols get translated; you must still correctly pack up your own arguments to pass as args for locking functions, etc.


 

Index

NAME
SYNOPSIS
DESCRIPTION
NOTE

This document was created by man2html, using the manual pages.
Time: 07:08:49 GMT, August 26, 2024