Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2041 - 2050 of 3,449 for filetype:txt (0.04 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: Fri Aug 29 09:06:53 UTC 2025
    - 19.5K bytes
    - Viewed (0)
  2. UNIVERSAL.txt

    package UNIVERSAL; our $VERSION = '1.17'; # UNIVERSAL.pm should not contain any methods/subs, they # are all defined in universal.c 1; __END__ =head1 NAME UNIVERSAL - base class for ALL classes (bl...
    perldoc.perl.org/UNIVERSAL.txt
    Registered: Fri Aug 29 07:19:26 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  3. Test2::Util::Sub.txt

    package Test2::Util::Sub; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak carp/; use B(); our @EXPORT_OK = qw{ sub_info sub_name gen_reader gen_writer gen_accessor }; use bas...
    perldoc.perl.org/Test2::Util::Sub.txt
    Registered: Fri Aug 29 09:58:38 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  4. Test::Builder::Module.txt

    package Test::Builder::Module; use strict; use Test::Builder; require Exporter; our @ISA = qw(Exporter); our $VERSION = '1.302210'; =head1 NAME Test::Builder::Module - Base class for test modules =...
    perldoc.perl.org/Test::Builder::Module.txt
    Registered: Fri Aug 29 06:22:19 UTC 2025
    - 4K bytes
    - Viewed (0)
  5. 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: Fri Aug 29 11:32:11 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  6. @INC.txt

    =over =item @INC X<@INC> The array C<@INC> contains the list of places that the C<do EXPR>, C<require>, or C<use> constructs look for their library files. It initially consists of the arguments to ...
    perldoc.perl.org/variables/@INC.txt
    Registered: Fri Aug 29 14:01:53 UTC 2025
    - 987 bytes
    - Viewed (0)
  7. Time::tm.txt

    package Time::tm 1.01; use v5.38; use Class::Struct qw(struct); struct('Time::tm' => [ map { $_ => '$' } qw{ sec min hour mday mon year wday yday isdst } ]); __END__ =head1 NAME Time::tm - internal...
    perldoc.perl.org/Time::tm.txt
    Registered: Fri Aug 29 13:40:44 UTC 2025
    - 668 bytes
    - Viewed (0)
  8. %-.txt

    =over =item %{^CAPTURE_ALL} X<%{^CAPTURE_ALL}> =item %- X<%-> Similar to C<%+>, this variable allows access to the named capture groups in the last successful match in the currently active dynamic ...
    perldoc.perl.org/variables/%-.txt
    Registered: Fri Aug 29 21:23:18 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  9. ${^OPEN}.txt

    =over =item ${^OPEN} X<${^OPEN}> An internal variable used by L<PerlIO>. A string in two parts, separated by a C<\0> byte, the first part describes the input layers, the second part describes the o...
    perldoc.perl.org/variables/${^OPEN}.txt
    Registered: Fri Aug 29 20:40:35 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  10. $^O.txt

    =over =item $OSNAME =item $^O X<$^O> X<$OSNAME> The name of the operating system under which this copy of Perl was built, as determined during the configuration process. For examples see L<perlport...
    perldoc.perl.org/variables/$^O.txt
    Registered: Fri Aug 29 16:22:15 UTC 2025
    - 670 bytes
    - Viewed (0)
Back to top