mojave man page for config::extensions

Query: config::extensions

OS: mojave

Section: 3pm

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.18.2 2013-11-04 Config::Extensions(3pm)
Related Man Pages
trusted_extensions(5) - opensolaris
module::build::platform::macos(3pm) - osx
catalyst::plugin::configloader::manual(3pm) - debian
module::build::platform::macos(3pm) - suse
module::build::platform::macos5.12(3pm) - osx
Similar Topics in the Unix Linux Community
Split large xml into mutiple files and with header and footer in file
Cannot extract libraries using sed
My first PERL incarnation... Audio Oscillograph
Controlling user input
How can I direct messages from mac console.app to a log file?