Config::Extensions man page on Archlinux

Man page or keyword search:  
man Server   11224 pages
apropos Keyword Search (all sections)
Output format
Archlinux logo
[printable version]

Config::Extensions(3perPerl Programmers Reference GuiConfig::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.18.2			  2013-11-04	     Config::Extensions(3perl)
[top]

List of man pages available for Archlinux

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net