debian man page for config::extensions

Query: config::extensions

OS: debian

Section: 3perl

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

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

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.14.2 2010-12-30 Config::Extensions(3perl)
Related Man Pages
config::any::ini(3) - osx
inn::config(3pm) - suse
class::trait::config(3pm) - debian
config::any::ini(3pm) - debian
inn::config(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com