Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1891 - 1900 of 3,197 for filetype:txt (0.07 sec)

  1. base.txt

    use 5.008; package base; use strict 'vars'; our $VERSION = '2.27'; $VERSION =~ tr/_//d; # simplest way to avoid indexing of the package: no package statement sub base::__inc::unhook { @INC = grep !...
    perldoc.perl.org/base.txt
    Registered: Fri Nov 15 19:08:48 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  2. CPAN::Meta::Merge.txt

    use strict; use warnings; package CPAN::Meta::Merge; our $VERSION = '2.150010'; use Carp qw/croak/; use Scalar::Util qw/blessed/; use CPAN::Meta::Converter 2.141170; sub _is_identical { my ($left, ...
    perldoc.perl.org/CPAN::Meta::Merge.txt
    Registered: Fri Nov 15 18:47:40 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  3. deprecate.txt

    package deprecate; use strict; use warnings; our $VERSION = 0.04; # our %Config can ignore %Config::Config, e.g. for testing our %Config; unless (%Config) { require Config; *Config = \%Config::Conf...
    perldoc.perl.org/deprecate.txt
    Registered: Fri Nov 15 16:12:40 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  4. CORE.txt

    =head1 NAME CORE - Namespace for Perl's core routines =head1 SYNOPSIS BEGIN { *CORE::GLOBAL::hex = sub { 1; }; } print hex("0x50"),"\n"; # prints 1 print CORE::hex("0x50"),"\n"; # prints 80 CORE::s...
    perldoc.perl.org/CORE.txt
    Registered: Fri Nov 15 17:53:16 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  5. AnyDBM_File.txt

    package AnyDBM_File; use warnings; use strict; use 5.006_001; our $VERSION = '1.01'; our @ISA = qw(NDBM_File DB_File GDBM_File SDBM_File ODBM_File) unless @ISA; my $mod; for $mod (@ISA) { if (eval ...
    perldoc.perl.org/AnyDBM_File.txt
    Registered: Fri Nov 15 17:04:37 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  6. CPAN::Nox.txt

    package CPAN::Nox; use strict; use vars qw($VERSION @EXPORT); BEGIN{ $CPAN::Suppress_readline=1 unless defined $CPAN::term; } use Exporter (); @CPAN::ISA = ('Exporter'); use CPAN; $VERSION = "5.500...
    perldoc.perl.org/CPAN::Nox.txt
    Registered: Fri Nov 15 15:25:45 UTC 2024
    - 953 bytes
    - Viewed (0)
  7. overload.txt

    package overload; use strict; no strict 'refs'; our $VERSION = '1.37'; our %ops = ( with_assign => "+ - * / % ** << >> x .", assign => "+= -= *= /= %= **= <<= >>= x= .=", num_comparison => "< <= > ...
    perldoc.perl.org/overload.txt
    Registered: Sat Nov 16 00:10:49 UTC 2024
    - 53.4K bytes
    - Viewed (0)
  8. ExtUtils::Install.txt

    package ExtUtils::Install; use strict; use Config qw(%Config); use Cwd qw(cwd); use Exporter (); use File::Basename qw(dirname); use File::Copy; use File::Path; use File::Spec; our @ISA = ('Exporte...
    perldoc.perl.org/ExtUtils::Install.txt
    Registered: Sat Nov 16 02:22:46 UTC 2024
    - 40K bytes
    - Viewed (0)
  9. ExtUtils::Typemaps.txt

    package ExtUtils::Typemaps; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; require ExtUtils::ParseXS; require ExtUtils::ParseXS::Constants; require ExtUtils::Typemaps::InputMap; req...
    perldoc.perl.org/ExtUtils::Typemaps.txt
    Registered: Sat Nov 16 06:03:54 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  10. Errno.txt

    # -*- buffer-read-only: t -*- # # This file is auto-generated by ext/Errno/Errno_pm.PL. # ***ANY*** changes here will be lost. # package Errno; use Exporter 'import'; use strict; use Config; "$Conf...
    perldoc.perl.org/Errno.txt
    Registered: Sat Nov 16 02:35:24 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top