Sha256: 9f49dc79715c44cbe977a691982c0287a024b0c3b3ead6f52371259e06fc12e6
Contents?: true
Size: 795 Bytes
Versions: 6
Compression:
Stored size: 795 Bytes
Contents
package Scalar::List::Utils; use strict; use warnings; our $VERSION = "1.68"; $VERSION =~ tr/_//d; 1; __END__ =head1 NAME Scalar::List::Utils - A distribution of general-utility subroutines =head1 SYNOPSIS use Scalar::Util qw(blessed); use List::Util qw(any); =head1 DESCRIPTION C<Scalar::List::Utils> does nothing on its own. It is packaged with several useful modules. =head1 MODULES =head2 L<List::Util> L<List::Util> contains a selection of useful subroutines for operating on lists of values. =head2 L<Scalar::Util> L<Scalar::Util> contains a selection of useful subroutines for interrogating or manipulating scalar values. =head2 L<Sub::Util> L<Sub::Util> contains a selection of useful subroutines for interrogating or manipulating subroutine references. =cut
Version data entries
6 entries across 6 versions & 1 rubygems