FreeBSD Manual Pages
Ref::Util::XS(3) User Contributed Perl Documentation Ref::Util::XS(3) NAME Ref::Util::XS - XS implementation for Ref::Util VERSION version 0.117 SYNOPSIS 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. o Yves Orton o Steffen MA1/4ller o Jarkko Hietaniemi o Mattia Barbon o Zefram o Tony Cook o Sergey Aleynikov AUTHORS AND MAINTAINERS o Aaron Crane o Vikentiy Fesunov o Sawyer X o Gonzalo Diethelm o Karen Etheridge o Graham Knop o p5pclub LICENSE This software is made available under the MIT Licence as stated in the accompanying LICENSE file. AUTHORS o Sawyer X <xsawyerx@cpan.org> o Aaron Crane <arc@cpan.org> o Vikenty Fesunov <vyf@cpan.org> o Gonzalo Diethelm <gonzus@cpan.org> o Karen Etheridge <ether@cpan.org> o Graham Knop <haarg@cpan.org> COPYRIGHT AND LICENSE This software is Copyright (c) 2018 by Sawyer X. This is free software, licensed under: The MIT (X11) License perl v5.32.1 2018-01-31 Ref::Util::XS(3)
NAME | VERSION | SYNOPSIS | DESCRIPTION | THANKS | AUTHORS AND MAINTAINERS | LICENSE | AUTHORS | COPYRIGHT AND LICENSE
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Ref::Util::XS&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>