Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 511 - 520 of 3,197 for filetype:txt (0.04 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. CPAN::Queue.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- use strict; package CPAN::Queue::Item; # CPAN::Queue::Item::new ; sub new { my($class,@attr) = @_; my $self = bless { @attr }, $class; re...
    perldoc.perl.org/CPAN::Queue.txt
    Registered: Sat Nov 16 00:53:41 UTC 2024
    - 7K bytes
    - Viewed (0)
  9. ExtUtils::Mkbootstrap.txt

    package ExtUtils::Mkbootstrap; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require Exporter; our @ISA = ('Exporter'); our @EXPORT = ('&Mkbootstrap'); use Config; our $Verb...
    perldoc.perl.org/ExtUtils::Mkbootstrap.txt
    Registered: Sat Nov 16 05:57:46 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  10. ExtUtils::ParseXS::Constants.txt

    package ExtUtils::ParseXS::Constants; use strict; use warnings; use Symbol; our $VERSION = '3.51'; =head1 NAME ExtUtils::ParseXS::Constants - Initialization values for some globals =head1 SYNOPSIS ...
    perldoc.perl.org/ExtUtils::ParseXS::Constants.txt
    Registered: Sat Nov 16 03:50:12 UTC 2024
    - 1.1K bytes
    - Viewed (0)
Back to top