centos man page for config::extensions

Query: config::extensions

OS: centos

Section: 3pm

Links: centos man pages | All man pages

Forums: Unix Linux Community | Forum Categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Config::Extensions(3pm) 				 Perl Programmers Reference Guide				   Config::Extensions(3pm)

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> perl v5.16.3 2013-02-26 Config::Extensions(3pm)
Related Man Pages
trusted_extensions(5) - opensolaris
module::build::platform::macos(3pm) - mojave
inn::config(3pm) - debian
module::build::platform::macos(3pm) - suse
module::build::platform::macos5.12(3pm) - osx
Similar Topics in the Unix Linux Community
Weird 'find' results
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
Tar Command
Unsure why access time on a directory change isn't changing