Hash::Util - A selection of general-utility hash subroutines

NAME SYNOPSIS DESCRIPTIONRestricted hashes Operating on references to hashes. CAVEATS BUGS AUTHOR SEE ALSO NAME Hash::Util - A selection of general-utility hash subroutines SYNOPSIS # Restricted hashes use Hash::Util qw( fieldhash fieldhashes all_keys lock_keys unlock_keys lock_value unlock_value lock_hash unlock_hash lock_keys_plus hash_locked hash_unlocked

HANDLE->input_line_number( EXPR )

HANDLE->input_line_number( EXPR )

HANDLE->format_top_name(EXPR)

HANDLE->format_top_name(EXPR)

HANDLE->format_page_number(EXPR)

HANDLE->format_page_number(EXPR)

HANDLE->format_name(EXPR)

HANDLE->format_name(EXPR)

HANDLE->format_lines_per_page(EXPR)

HANDLE->format_lines_per_page(EXPR)

HANDLE->format_lines_left(EXPR)

HANDLE->format_lines_left(EXPR)

HANDLE->autoflush( EXPR )

HANDLE->autoflush( EXPR )

h2xs - convert .h C header files to Perl extensions

NAME SYNOPSIS DESCRIPTION OPTIONS EXAMPLESExtension based on _.h_ and _.c_ files ENVIRONMENT AUTHOR SEE ALSO DIAGNOSTICS LIMITATIONS of *-x* NAME h2xs - convert .h C header files to Perl extensions SYNOPSIS h2xs [OPTIONS ...] [headerfile ... [extra_libraries]] h2xs -h|-?|--help DESCRIPTION h2xs builds a Perl extension from C header files. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header files. The module_name will

h2ph - convert .h C header files to .ph Perl header files

NAME SYNOPSIS DESCRIPTION OPTIONS ENVIRONMENT FILES AUTHOR SEE ALSO DIAGNOSTICS BUGS NAME h2ph - convert .h C header files to .ph Perl header files SYNOPSIS h2ph [-d destination directory] [-r | -a] [-l] [-h] [-e] [-D] [-Q] [headerfiles] DESCRIPTION h2ph converts any C header files specified to the corresponding Perl header file format. It is most easily run while in /usr/include: cd /usr/include; h2ph * sys/* or cd /usr/include; h2ph * sys/* arpa/* netinet/* or cd /usr/include; h2ph -r -l