REF::UTIL::XS(3PM) - Linux man page online | Library functions
XS implementation for Ref::Util.
Chapter
2017-11-15
Ref::Util::XS(3pm) User Contributed Perl Documentation Ref::Util::XS(3pm)
@cpan.org>
· Aaron Crane <
@cpan.org>
· Vikenty Fesunov <
@cpan.org>
· Gonzalo Diethelm <
@cpan.org>
· Karen Etheridge <
@cpan.org>
perl v5.26.1 2017-11-15 Ref::Util::XS(3pm)
NAME
Ref::Util::XS - XS implementation for Ref::UtilVERSION
version 0.116SYNOPSIS
use Ref::Util; # Don't use Ref::Util::XS directly! if (is_arrayref($something) { print for @$something; } elsif (is_hashref($something)) { print for sort values %$something; }DESCRIPTION
Ref::Util::XS is the XS implementation of Ref::Util, which provides several functions to help identify references in a more convenient way than the usual approach of examining the return value of "ref". You should use Ref::Util::XS by installing Ref::Util itself: if the system you install it on has a C compiler available, Ref::Util::XS will be installed and used automatically, providing a significant speed boost to everything that uses Ref::Util. See Ref::Util for full documentation of the available functions.THANKS
The following people have been invaluable in their feedback and support. · Yves Orton · Steffen Müller · Jarkko Hietaniemi · Mattia Barbon · Zefram · Tony Cook · Sergey AleynikovAUTHORS
· Aaron Crane · Vikentiy Fesunov · Sawyer X · Gonzalo Diethelm · p5pclubLICENSE
This software is made available under the MIT Licence as stated in the accompanying LICENSE file.AUTHORS
· Sawyer X <



