Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 631 - 640 of 3,449 for filetype:txt (0.05 sec)

  1. IPC::SysV.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::SysV.txt
    Registered: Wed Aug 27 22:31:28 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  2. IPC::SharedMem.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::SharedMem.txt
    Registered: Wed Aug 27 20:05:47 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  3. JSON::PP::Boolean.txt

    package JSON::PP::Boolean; use strict; use warnings; use overload (); overload::unimport('overload', qw(0+ ++ -- fallback)); overload::import('overload', "0+" => sub { ${$_[0]} }, "++" => sub { $_[...
    perldoc.perl.org/JSON::PP::Boolean.txt
    Registered: Wed Aug 27 20:22:37 UTC 2025
    - 852 bytes
    - Viewed (0)
  4. Memoize::SDBM_File.txt

    use strict; use warnings; package Memoize::SDBM_File; our $VERSION = '1.17'; use SDBM_File 1.01; # for EXISTS support our @ISA = qw(SDBM_File); 1; __END__ =pod =head1 NAME Memoize::SDBM_File - DEPR...
    perldoc.perl.org/Memoize::SDBM_File.txt
    Registered: Wed Aug 27 21:47:52 UTC 2025
    - 522 bytes
    - Viewed (0)
  5. Locale::Maketext::Guts.txt

    package Locale::Maketext::Guts; use Locale::Maketext; our $VERSION = '1.20'; =head1 NAME Locale::Maketext::Guts - Deprecated module to load Locale::Maketext utf8 code =head1 SYNOPSIS # Do this inst...
    perldoc.perl.org/Locale::Maketext::Guts.txt
    Registered: Wed Aug 27 10:04:41 UTC 2025
    - 451 bytes
    - Viewed (0)
  6. perlguts.txt

    =for comment The part of this file between =for mg_vtable.pl markers is auto generated by mg_vtable.pl; any changes there need to be made instead to mg_vtable.pl =head1 NAME perlguts - Introduction...
    perldoc.perl.org/perlguts.txt
    Registered: Tue Aug 26 03:29:19 UTC 2025
    - 203.9K bytes
    - Viewed (0)
  7. Config.txt

    =head1 NAME =for comment Generated by configpm. Any changes made here will be lost! Config - access Perl configuration information =head1 SYNOPSIS use Config; if ($Config{usethreads}) { print "has ...
    perldoc.perl.org/Config.txt
    Registered: Tue Aug 26 18:02:32 UTC 2025
    - 255.2K bytes
    - Viewed (0)
  8. TAP::Parser::Result::YAML.txt

    package TAP::Parser::Result::YAML; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::YAML - YAML result token. =head1 VERSION Version 3.50 =cut our $VERSION...
    perldoc.perl.org/TAP::Parser::Result::YAML.txt
    Registered: Thu Aug 28 09:23:34 UTC 2025
    - 880 bytes
    - Viewed (0)
  9. Test2::API::InterceptResult.txt

    package Test2::API::InterceptResult; use strict; use warnings; our $VERSION = '1.302210'; use Scalar::Util qw/blessed/; use Test2::Util qw/pkg_to_file/; use Storable qw/dclone/; use Carp qw/croak/;...
    perldoc.perl.org/Test2::API::InterceptResult.txt
    Registered: Thu Aug 28 09:44:48 UTC 2025
    - 17.7K bytes
    - Viewed (0)
  10. TAP::Parser::SourceHandler::Perl.txt

    package TAP::Parser::SourceHandler::Perl; use strict; use warnings; use Config; use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ ); use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Parser::Iterato...
    perldoc.perl.org/TAP::Parser::SourceHandler::Perl.txt
    Registered: Thu Aug 28 09:51:16 UTC 2025
    - 9.3K bytes
    - Viewed (0)
Back to top