Movatterモバイル変換


[0]ホーム

URL:


Config::Extensions
(source,CPAN)
version 0.01
You are viewing the version of this documentation from Perl 5.24.3.View the latest version

CONTENTS

#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 simpleif test is good enough to determine whether an extension is present.

All the data uses to generate the%Extensions hash is already present in theConfig module, but not in such a convenient format to quickly reference.

#AUTHOR

Nicholas Clark <nick@ccl4.org>

Perldoc Browser is maintained by Dan Book (DBOOK). Please contact him via theGitHub issue tracker oremail regarding any issues with the site itself, search, or rendering of documentation.

The Perl documentation is maintained by the Perl 5 Porters in the development of Perl. Please contact them via thePerl issue tracker, themailing list, orIRC to report any issues with the contents or format of the documentation.


[8]ページ先頭

©2009-2025 Movatter.jp