Config::Extensions
NAMESYNOPSIS
DESCRIPTION
AUTHOR
NAME
Config::Extensions − hash lookup of which core extensions were built.
SYNOPSIS
use Config::Extensions '%Extensions';
if ($Extensions{PerlIO::via}) {
# This perl has PerlIO::via built
}
DESCRIPTION
The
Config::Extensions module provides a hash
%Extensions containing all the core extensions that
were enabled for this perl. The hash is keyed by extension
name, with each entry having one of 3 possible values:
dynamic
The extension is dynamically linked
nonxs
The extension is pure perl, so doesn’t need linking to the perl executable
static
The extension is statically linked to the perl binary
As all values evaluate to true, a simple "if" test is good enough to determine whether an extension is present.
All the data uses to generate the %Extensions hash is already present in the "Config" module, but not in such a convenient format to quickly reference.
AUTHOR
Nicholas Clark <nick@ccl4.org>
More Linux Commands
manpages/vcstime.8.html
vcstime(8) - Show time in upper right hand corner of the con
vcstime shows the current time in the upper right-hand corner of the console screen. This simple program shows the current time in the corner of the console scr
manpages/gnutls_db_set_retrieve_function.3.html
gnutls_db_set_retrieve_function(3) - API function (ManPage)
Sets the function that will be used to retrieve data from the resumed sessions database. This function must return a gnutls_datum_t containing the data on succe
manpages/button.n.html
button(n) - Create and manipulate button widgets (Man Page)
The button command creates a new window (given by the pathName argument) and makes it into a button widget. Additional options, described above, may be specifie
manpages/FcFontSetSortDestroy.3.html
FcFontSetSortDestroy(3) - DEPRECATED destroy a font set.....
This function is DEPRECATED. FcFontSetSortDestroy destroys set by calling FcFontSetDestroy. Applications should use FcFontSetDestroy directly instead. VERSION F
manpages/pthread_getname_np.3.html
pthread_getname_np(3) set get the name of a thread..........
By default, all the threads created using pthread_create() inherit the program name. The pthread_setname_np() function can be used to set a unique name for a th
manpages/nexttowardf.3.html
nexttowardf(3) - floating-point number manipulation.........
The nextafter(), nextafterf(), and nextafterl() functions return the next representable floating-point value following x in the direction of y. If y is less tha
manpages/register_mib_handlers.3.html
register_mib_handlers(3) - netsnmp_config_api functions.....
The functions are a fairly extensible system of parsing various configuration files at the run time of an application. The configuration file flow is broken int
manpages/isnanl.3.html
isnanl(3) - BSD floating-point classification functions.....
The finite(), finitef(), and finitel() functions return a nonzero value if x is neither infinite nor a not-a-number (NaN) value, and 0 otherwise. The isnan(), i
manpages/Tcl_UtfToExternalDString.3.html
Tcl_UtfToExternalDString(3) - procedures for creating and us
Tcl_GetEncoding finds an encoding given its name. The name may refer to a built-in Tcl encoding, a user-defined encoding registered by calling Tcl_CreateEncodin
manpages/setpgid.2.html
setpgid(2) - set/get process group - Linux manual page......
All of these interfaces are available on Linux, and are used for getting and setting the process group ID (PGID) of a process. The preferred, POSIX.1-specified
manpages/7z.1.html
7za(1) A file archiver with highest compression ratio.......
7-Zip is a file archiver with the highest compression ratio. The program supports 7z (that implements LZMA compression algorithm), ZIP, CAB, ARJ, GZIP, BZIP2, T
manpages/pam_rootok.8.html
pam_rootok(8) - Gain only root access - Linux manual page...
pam_rootok is a PAM module that authenticates the user if their UID is 0. Applications that are created setuid-root generally retain the UID of the user but run
