Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1051 - 1060 of 1,302 for label:perl (0.03 sec)

  1. CPAN::Meta::YAML.txt

    use 5.008001; # sane UTF-8 support use strict; use warnings; package CPAN::Meta::YAML; # git description: v1.68-2-gcc5324e # XXX-INGY is 5.8.1 too old/broken for utf8? # XXX-XDG Lancaster consensus...
    perldoc.perl.org/CPAN::Meta::YAML.txt
    Registered: Fri Nov 15 13:27:58 UTC 2024
    - 26.4K bytes
    - Viewed (0)
  2. AutoSplit.txt

    package AutoSplit; use Exporter (); use Config qw(%Config); use File::Basename (); use File::Path qw(mkpath); use File::Spec::Functions qw(curdir catfile catdir); use strict; our($VERSION, @ISA, @E...
    perldoc.perl.org/AutoSplit.txt
    Registered: Fri Nov 15 18:06:53 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  3. threads::shared.txt

    package threads::shared; use 5.008; use strict; use warnings; use Config; use Scalar::Util qw(reftype refaddr blessed); our $VERSION = '1.69'; # Please update the pod, too. my $XS_VERSION = $VERSIO...
    perldoc.perl.org/threads::shared.txt
    Registered: Fri Nov 15 21:19:46 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  4. utf8.txt

    package utf8; use strict; use warnings; our $hint_bits = 0x00800000; our $VERSION = '1.25'; our $AUTOLOAD; sub import { $^H |= $hint_bits; } sub unimport { $^H &= ~$hint_bits; } sub AUTOLOAD { goto...
    perldoc.perl.org/utf8.txt
    Registered: Fri Nov 15 21:27:17 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  5. version.txt

    =head1 NAME version - Perl extension for Version Objects =head1 SYNOPSIS # Parsing version strings (decimal or dotted-decimal) use version 0.77; # get latest bug-fixes and API $ver = version->parse...
    perldoc.perl.org/version.txt
    Registered: Fri Nov 15 17:41:30 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  6. Test2::Tools::Refcount.txt

    # You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2008-2023 -- leonerd@leonerd.org.uk packa...
    perldoc.perl.org/Test2::Tools::Refcount.txt
    Registered: Fri Nov 15 21:50:30 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  7. CPAN::Meta::History::Meta_1_0.txt

    =for :stopwords DOAP RDF =head1 NAME CPAN::Meta::History::Meta_1_0 - Version 1.0 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.0 specification for F<...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_0.txt
    Registered: Fri Nov 15 18:01:00 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  8. CPAN::Meta::History.txt

    # vi:tw=72 use 5.006; use strict; use warnings; package CPAN::Meta::History; our $VERSION = '2.150010'; 1; # ABSTRACT: history of CPAN Meta Spec changes __END__ =pod =encoding UTF-8 =head1 NAME CPA...
    perldoc.perl.org/CPAN::Meta::History.txt
    Registered: Fri Nov 15 20:58:55 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  9. Math::Complex.txt

    # # Complex numbers and associated mathematical functions # -- Raphael Manfredi Since Sep 1996 # -- Jarkko Hietaniemi Since Mar 1997 # -- Daniel S. Lewart Since Sep 1997 # package Math::Complex; { ...
    perldoc.perl.org/Math::Complex.txt
    Registered: Sat Nov 16 16:54:23 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  10. IO::Uncompress::Inflate.txt

    package IO::Uncompress::Inflate ; # for RFC1950 use strict ; use warnings; use bytes; use IO::Compress::Base::Common 2.212 qw(:Status ); use IO::Compress::Zlib::Constants 2.212 ; use IO::Uncompress...
    perldoc.perl.org/IO::Uncompress::Inflate.txt
    Registered: Sat Nov 16 16:34:50 UTC 2024
    - 28.3K bytes
    - Viewed (0)
Back to top