Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 3171 - 3180 of 3,750 for filetype:txt (0.3 seconds)

  1. warnings.txt

    # -*- mode: Perl; buffer-read-only: t -*- # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by regen/warnings.pl. # Any changes made here will be lost! package warnings; our $VERSION = "...
    perldoc.perl.org/warnings.txt
    Fri Feb 06 20:23:24 GMT 2026
      56.4K bytes
  2. charnames.txt

    package charnames; use strict; use warnings; our $VERSION = '1.50'; use unicore::Name; # mktables-generated algorithmically-defined names use _charnames (); # The submodule for this where most of t...
    perldoc.perl.org/charnames.txt
    Fri Feb 06 22:07:36 GMT 2026
      20.6K bytes
  3. constant.txt

    package constant; use 5.008; use strict; use warnings::register; our $VERSION = '1.33'; our %declared; #========= # Some names are evil choices. my %keywords = map +($_, 1), qw{ BEGIN INIT CHECK EN...
    perldoc.perl.org/constant.txt
    Fri Feb 06 19:43:03 GMT 2026
      14.4K bytes
  4. integer.txt

    package integer; our $VERSION = '1.01'; =head1 NAME integer - Perl pragma to use integer arithmetic instead of floating point =head1 SYNOPSIS use integer; $x = 10/3; # $x is now 3, not 3.3333333333...
    perldoc.perl.org/integer.txt
    Fri Feb 06 21:14:42 GMT 2026
      3.2K bytes
  5. less.txt

    package less; use strict; use warnings; our $VERSION = '0.03'; sub _pack_tags { return join ' ', @_; } sub _unpack_tags { return grep { defined and length } map { split ' ' } grep {defined} @_; } s...
    perldoc.perl.org/less.txt
    Fri Feb 06 21:22:27 GMT 2026
      3.1K bytes
  6. App::Prove::State::Result::Test.txt

    package App::Prove::State::Result::Test; use strict; use warnings; =head1 NAME App::Prove::State::Result::Test - Individual test results. =head1 VERSION Version 3.50 =cut our $VERSION = '3.50'; =he...
    perldoc.perl.org/App::Prove::State::Result::Test.txt
    Fri Feb 06 17:25:03 GMT 2026
      3.3K bytes
  7. vars.txt

    package vars; use 5.006; our $VERSION = '1.05'; use warnings::register; use strict qw(vars subs); sub import { my $callpack = caller; my (undef, @imports) = @_; my ($sym, $ch); foreach (@imports) {...
    perldoc.perl.org/vars.txt
    Fri Feb 06 20:10:31 GMT 2026
      2.4K bytes
  8. overloading.txt

    package overloading; use warnings; our $VERSION = '0.02'; my $HINT_NO_AMAGIC = 0x01000000; # see perl.h require 5.010001; sub _ops_to_nums { require overload::numbers; map { exists $overload::numbe...
    perldoc.perl.org/overloading.txt
    Fri Feb 06 21:51:19 GMT 2026
      1.8K bytes
  9. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/global_objects/intl/pluralrules/index.md # Original Wiki contributors longlho mfuji...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/PluralRules/contrib...
    Tue Aug 19 16:04:19 GMT 2025
      182 bytes
  10. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/global_objects/array/lastindexof/index.md # Original Wiki contributors mfuji09 wbam...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/lastIndexOf/contri...
    Tue Aug 19 16:04:05 GMT 2025
      309 bytes
Back to Top