Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1961 - 1970 of 3,197 for filetype:txt (0.07 sec)

  1. Net::Cmd.txt

    # Net::Cmd.pm # # Copyright (C) 1995-2006 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020, 2022 Steve Hay. All rights reserved. # This module is free software; you can redistribut...
    perldoc.perl.org/Net::Cmd.txt
    Registered: Sun Nov 17 03:17:14 UTC 2024
    - 20.5K bytes
    - Viewed (0)
  2. IPC::Open3.txt

    package IPC::Open3; use strict; no strict 'refs'; # because users pass me bareword filehandles use Exporter 'import'; use Carp; use Symbol qw(gensym qualify); our $VERSION = '1.22'; our @EXPORT = q...
    perldoc.perl.org/IPC::Open3.txt
    Registered: Sun Nov 17 02:31:21 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  3. Module::CoreList::Utils.txt

    package Module::CoreList::Utils; use strict; use warnings; use Module::CoreList; our $VERSION = '5.20240609'; our %utilities; sub utilities { my $perl = shift; $perl = shift if eval { $perl->isa(__...
    perldoc.perl.org/Module::CoreList::Utils.txt
    Registered: Sun Nov 17 03:15:36 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  4. FileCache.txt

    package FileCache; our $VERSION = '1.10'; =head1 NAME FileCache - keep more files open than the system permits =head1 SYNOPSIS no strict 'refs'; use FileCache; # or use FileCache maxopen => 16; cac...
    perldoc.perl.org/FileCache.txt
    Registered: Sun Nov 17 01:18:01 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  5. I18N::Collate.txt

    package I18N::Collate; use strict; our $VERSION = '1.02'; =head1 NAME I18N::Collate - compare 8-bit scalar data according to the current locale =head1 SYNOPSIS use I18N::Collate; setlocale(LC_COLLA...
    perldoc.perl.org/I18N::Collate.txt
    Registered: Sat Nov 16 21:32:32 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  6. IO::Poll.txt

    # IO::Poll.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl i...
    perldoc.perl.org/IO::Poll.txt
    Registered: Sat Nov 16 23:20:22 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  7. File::Spec::AmigaOS.txt

    package File::Spec::AmigaOS; use strict; require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::AmigaOS - File::Spec for Amig...
    perldoc.perl.org/File::Spec::AmigaOS.txt
    Registered: Sun Nov 17 01:05:27 UTC 2024
    - 982 bytes
    - Viewed (0)
  8. Memoize::AnyDBM_File.txt

    use strict; use warnings; package Memoize::AnyDBM_File; our $VERSION = '1.16'; our @ISA = qw(DB_File GDBM_File Memoize::NDBM_File SDBM_File ODBM_File) unless @ISA; for my $mod (@ISA) { if (eval "re...
    perldoc.perl.org/Memoize::AnyDBM_File.txt
    Registered: Sat Nov 16 23:33:02 UTC 2024
    - 886 bytes
    - Viewed (0)
  9. Unicode::Collate::CJK::Pinyin.txt

    package Unicode::Collate::CJK::Pinyin; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { nex...
    perldoc.perl.org/Unicode::Collate::CJK::Pinyin.txt
    Registered: Mon Nov 18 23:25:23 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  10. perlsynology.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. Bu...
    perldoc.perl.org/perlsynology.txt
    Registered: Wed Nov 20 10:28:03 UTC 2024
    - 10.1K bytes
    - Viewed (0)
Back to top