- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1961 - 1970 of 3,197 for filetype:txt (0.06 sec)
-
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.txtRegistered: Sun Nov 17 03:17:14 UTC 2024 - 20.5K bytes - Viewed (0) -
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.txtRegistered: Sun Nov 17 02:31:21 UTC 2024 - 13.1K bytes - Viewed (0) -
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.txtRegistered: Sun Nov 17 03:15:36 UTC 2024 - 38.5K bytes - Viewed (0) -
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.txtRegistered: Sun Nov 17 01:18:01 UTC 2024 - 5.4K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 21:32:32 UTC 2024 - 5.3K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 23:20:22 UTC 2024 - 4.4K bytes - Viewed (0) -
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.txtRegistered: Sun Nov 17 01:05:27 UTC 2024 - 982 bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 23:33:02 UTC 2024 - 886 bytes - Viewed (0) -
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.txtRegistered: Mon Nov 18 23:25:23 UTC 2024 - 103.6K bytes - Viewed (0) -
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.txtRegistered: Wed Nov 20 10:28:03 UTC 2024 - 10.1K bytes - Viewed (0)