Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2571 - 2580 of 3,812 for filetype:txt (0.1 sec)

  1. $^R.txt

    =over =item $LAST_REGEXP_CODE_RESULT =item $^R X<$^R> X<$LAST_REGEXP_CODE_RESULT> The result of evaluation of the last successful C<(?{ code })> regular expression assertion (see L<perlre>). This v...
    perldoc.perl.org/variables/$^R.txt
    Registered: Thu Apr 17 04:48:39 UTC 2025
    - 343 bytes
    - Viewed (0)
  2. $^.txt

    =over =item HANDLE->format_top_name(EXPR) =item $FORMAT_TOP_NAME =item $^ X<$^> X<$FORMAT_TOP_NAME> The name of the current top-of-page format for the currently selected output channel. The default...
    perldoc.perl.org/variables/$^.txt
    Registered: Thu Apr 17 05:02:15 UTC 2025
    - 385 bytes
    - Viewed (0)
  3. Getopt::Long.txt

    #! perl # Getopt::Long.pm -- Universal options parsing # Author : Johan Vromans # Created On : Tue Sep 11 15:00:12 1990 # Last Modified On: Sat Nov 11 17:48:41 2023 # Update Count : 1808 # Status :...
    perldoc.perl.org/Getopt::Long.txt
    Registered: Sun Apr 20 18:41:54 UTC 2025
    - 81.1K bytes
    - Viewed (0)
  4. Encode::Supported.txt

    =head1 NAME Encode::Supported -- Encodings supported by Encode =head1 DESCRIPTION =head2 Encoding Names Encoding names are case insensitive. White space in names is ignored. In addition, an encodin...
    perldoc.perl.org/Encode::Supported.txt
    Registered: Sun Apr 20 17:46:44 UTC 2025
    - 28.1K bytes
    - Viewed (0)
  5. Exporter.txt

    package Exporter; use strict; no strict 'refs'; our $Debug = 0; our $ExportLevel = 0; our $Verbose ||= 0; our $VERSION = '5.78'; our %Cache; sub as_heavy { require Exporter::Heavy; # Unfortunately,...
    perldoc.perl.org/Exporter.txt
    Registered: Sun Apr 20 19:29:21 UTC 2025
    - 18.8K bytes
    - Viewed (0)
  6. File::Spec::VMS.txt

    package File::Spec::VMS; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); use File::Basename; use VMS::Filespec; =head1...
    perldoc.perl.org/File::Spec::VMS.txt
    Registered: Sun Apr 20 18:39:56 UTC 2025
    - 15.9K bytes
    - Viewed (0)
  7. ExtUtils::MakeMaker::Locale.txt

    package ExtUtils::MakeMaker::Locale; use strict; use warnings; our $VERSION = "7.70"; $VERSION =~ tr/_//d; use base 'Exporter'; our @EXPORT_OK = qw( decode_argv env $ENCODING_LOCALE $ENCODING_LOCAL...
    perldoc.perl.org/ExtUtils::MakeMaker::Locale.txt
    Registered: Sun Apr 20 16:57:10 UTC 2025
    - 13K bytes
    - Viewed (0)
  8. ExtUtils::Mksymlists.txt

    package ExtUtils::Mksymlists; use 5.006; use strict qw[ subs refs ]; # no strict 'vars'; # until filehandles are exempted use warnings; use Carp; use Exporter; use Config; our @ISA = qw(Exporter); ...
    perldoc.perl.org/ExtUtils::Mksymlists.txt
    Registered: Sun Apr 20 16:59:16 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  9. ExtUtils::MM_OS2.txt

    package ExtUtils::MM_OS2; use strict; use warnings; use ExtUtils::MakeMaker qw(neatvalue); use File::Spec; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Any; require ExtUtils::MM...
    perldoc.perl.org/ExtUtils::MM_OS2.txt
    Registered: Sun Apr 20 16:04:44 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  10. ExtUtils::MM.txt

    package ExtUtils::MM; use strict; use warnings; use ExtUtils::MakeMaker::Config; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::Liblist; require ExtUtils::MakeMaker; our @ISA = qw(Ex...
    perldoc.perl.org/ExtUtils::MM.txt
    Registered: Sun Apr 20 15:36:52 UTC 2025
    - 2.1K bytes
    - Viewed (0)
Back to top