Config::Extensions(3pm) - phpMan

Command: man perldoc info search(apropos)  


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 AT ccl4.org>



perl v5.16.3                                2013-02-26                    Config::Extensions(3pm)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2024-04-25 19:20 @18.190.217.134 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0!Valid CSS!