Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2831 - 2840 of 3,598 for filetype:txt (0.29 sec)

  1. Unicode::Normalize.txt

    package Unicode::Normalize; use 5.006; use strict; use warnings; use Carp; no warnings 'utf8'; our $VERSION = '1.32'; our $PACKAGE = __PACKAGE__; our @EXPORT = qw( NFC NFD NFKC NFKD ); our @EXPORT_...
    perldoc.perl.org/Unicode::Normalize.txt
    Registered: Wed Dec 03 10:35:54 UTC 2025
    - 19.5K bytes
    - Viewed (0)
  2. autodie::Scope::GuardStack.txt

    package autodie::Scope::GuardStack; use strict; use warnings; use autodie::Scope::Guard; # ABSTRACT: Hook stack for managing scopes via %^H our $VERSION = '2.37'; # VERSION my $H_KEY_STEM = __PACKA...
    perldoc.perl.org/autodie::Scope::GuardStack.txt
    Registered: Wed Dec 03 11:27:14 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  3. Unicode::UCD.txt

    package Unicode::UCD; use strict; use warnings; no warnings 'surrogate'; # surrogates can be inputs to this use charnames (); our $VERSION = '0.81'; sub DEBUG () { 0 } $|=1 if DEBUG; require Export...
    perldoc.perl.org/Unicode::UCD.txt
    Registered: Wed Nov 26 04:42:39 UTC 2025
    - 183.2K bytes
    - Viewed (0)
  4. podchecker.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec perl -S $0 "$@"' if 0; ########## # podchecker -- command to invoke the podchecker function in Pod::Checker # # Copyright (c) 1998-2...
    perldoc.perl.org/podchecker.txt
    Registered: Fri Nov 28 03:40:34 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  5. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/regular_expressions/named_backreference/index.md 164
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Named_backreference...
    Registered: Fri Dec 12 02:37:14 UTC 2025
    - Last Modified: Tue Aug 19 16:04:56 UTC 2025
    - 164 bytes
    - Viewed (0)
  6. versions.rst.txt

    ========== Public OSD Version ========== We maintain two versions on disk: an eversion_t pg_log.head and a version_t info.user_version. Each object is tagged with both the pg version and user_versi...
    docs.ceph.com/en/latest/_sources/dev/versions.rst.txt
    Registered: Fri Dec 12 02:37:21 UTC 2025
    - Last Modified: Wed Feb 08 19:04:48 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  7. perlfaq6.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq6 - Regular Expressions =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section is surprisingly small because the rest of the FAQ is littered with ...
    perldoc.perl.org/perlfaq6.txt
    Registered: Fri Dec 05 15:36:24 UTC 2025
    - 38.6K bytes
    - Viewed (0)
  8. perlgit.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlgit.pod =head1 NAME perlgit - Detailed information about git and the Perl repository ...
    perldoc.perl.org/perlgit.txt
    Registered: Fri Dec 05 23:26:40 UTC 2025
    - 31K bytes
    - Viewed (0)
  9. re.txt

    package re; # pragma for controlling the regexp engine use strict; use warnings; our $VERSION = "0.48"; our @ISA = qw(Exporter); our @EXPORT_OK = qw{ is_regexp regexp_pattern regname regnames regna...
    perldoc.perl.org/re.txt
    Registered: Fri Dec 05 18:00:01 UTC 2025
    - 28.3K bytes
    - Viewed (0)
  10. perlxstypemap.txt

    =head1 NAME perlxstypemap - Perl XS C/Perl type mapping =head1 DESCRIPTION The more you think about interfacing between two languages, the more you'll realize that the majority of programmer effort...
    perldoc.perl.org/perlxstypemap.txt
    Registered: Sat Dec 06 01:54:15 UTC 2025
    - 23.4K bytes
    - Viewed (0)
Back to top