- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 511 - 520 of 3,197 for filetype:txt (0.07 sec)
-
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.txtRegistered: Fri Nov 15 17:53:16 UTC 2024 - 3.1K bytes - Viewed (0) -
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.txtRegistered: Fri Nov 15 17:04:37 UTC 2024 - 2.6K bytes - Viewed (0) -
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.txtRegistered: Fri Nov 15 15:25:45 UTC 2024 - 953 bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 00:10:49 UTC 2024 - 53.4K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 02:22:46 UTC 2024 - 40K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 06:03:54 UTC 2024 - 26.3K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 02:35:24 UTC 2024 - 6.7K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 00:53:41 UTC 2024 - 7K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 05:57:46 UTC 2024 - 3.2K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 16 03:50:12 UTC 2024 - 1.1K bytes - Viewed (0)