Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. IO::Handle.txt

    package IO::Handle; =head1 NAME IO::Handle - supply object methods for I/O handles =head1 SYNOPSIS use IO::Handle; my $io = IO::Handle->new(); if ($io->fdopen(fileno(STDIN),"r")) { print $io->getli...
    perldoc.perl.org/IO::Handle.txt
    Registered: Wed Aug 27 09:04:51 UTC 2025
    - 16.7K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. Scalar::List::Utils.txt

    package Scalar::List::Utils; use strict; use warnings; our $VERSION = "1.69"; $VERSION =~ tr/_//d; 1; __END__ =head1 NAME Scalar::List::Utils - A distribution of general-utility subroutines =head1 ...
    perldoc.perl.org/Scalar::List::Utils.txt
    Registered: Thu Aug 28 04:39:50 UTC 2025
    - 795 bytes
    - Viewed (0)
  10. PerlIO::mmap.txt

    package PerlIO::mmap; use strict; use warnings; our $VERSION = '0.017'; use XSLoader; XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION); 1; __END__ =head1 NAME PerlIO::mmap - Memory mapped IO =head...
    perldoc.perl.org/PerlIO::mmap.txt
    Registered: Thu Aug 28 05:29:32 UTC 2025
    - 600 bytes
    - Viewed (0)
Back to top