Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 861 - 870 of 1,301 for label:perl (0.07 sec)

  1. ${^RE_TRIE_MAXBUF}.txt

    =over =item ${^RE_TRIE_MAXBUF} X<${^RE_TRIE_MAXBUF}> Controls how certain regex optimisations are applied and how much memory they utilize. This value by default is 65536 which corresponds to a 512...
    perldoc.perl.org/variables/${^RE_TRIE_MAXBUF}.txt
    Registered: Sun Dec 07 01:08:16 UTC 2025
    - 632 bytes
    - Viewed (0)
  2. @ISA.txt

    =over =item @ISA X<@ISA> Each package contains a special array called C<@ISA> which contains a list of that class's parent classes, if any. This array is simply a list of scalars, each of which is ...
    perldoc.perl.org/variables/@ISA.txt
    Registered: Sun Dec 07 02:00:47 UTC 2025
    - 562 bytes
    - Viewed (0)
  3. ARGV.txt

    =over =item ARGV X<ARGV> The special filehandle that iterates over command-line filenames in C<@ARGV>. Usually written as the null filehandle in the diamond operator C<< <> >>. Note that currently ...
    perldoc.perl.org/variables/ARGV.txt
    Registered: Sun Dec 07 01:12:12 UTC 2025
    - 548 bytes
    - Viewed (0)
  4. $&.txt

    =over =item $MATCH =item $& X<$&> X<$MATCH> The string matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>.) See L</Performance issues> above for the serious per...
    perldoc.perl.org/variables/$&.txt
    Registered: Sun Dec 07 04:08:32 UTC 2025
    - 382 bytes
    - Viewed (0)
  5. $^.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: Sun Dec 07 04:55:44 UTC 2025
    - 385 bytes
    - Viewed (0)
  6. CPAN::FirstTime.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: package CPAN::FirstTime; use strict; use ExtUtils::MakeMaker (); use FileHandle (); use File::Basename (); use Fi...
    perldoc.perl.org/CPAN::FirstTime.txt
    Registered: Sun Dec 07 18:41:51 UTC 2025
    - 73K bytes
    - Viewed (0)
  7. File::Find.txt

    package File::Find; use 5.006; use strict; use warnings; use warnings::register; use Exporter 'import'; require Cwd; require File::Basename; require File::Spec; our $VERSION = '1.44'; our @EXPORT =...
    perldoc.perl.org/File::Find.txt
    Registered: Mon Dec 08 01:25:36 UTC 2025
    - 36.6K bytes
    - Viewed (0)
  8. Attribute::Handlers.txt

    package Attribute::Handlers; use 5.006; use Carp; use warnings; use strict; our $AUTOLOAD; our $VERSION = '1.03'; # remember to update version in POD! # $DB::single=1; my $debug= $ENV{DEBUG_ATTRIBU...
    perldoc.perl.org/Attribute::Handlers.txt
    Registered: Sun Dec 07 18:25:55 UTC 2025
    - 32.1K bytes
    - Viewed (0)
  9. Exporter.txt

    package Exporter; use strict; no strict 'refs'; our $Debug = 0; our $ExportLevel = 0; our $Verbose ||= 0; our $VERSION = '5.79'; our %Cache; sub as_heavy { require Exporter::Heavy; # Unfortunately,...
    perldoc.perl.org/Exporter.txt
    Registered: Mon Dec 08 00:27:57 UTC 2025
    - 18.8K bytes
    - Viewed (0)
  10. Config::Perl::V.txt

    package Config::Perl::V; use strict; use warnings; use Config; use Exporter; our $VERSION = "0.38"; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( plv2hash summary myconfig signature ); our %EXPOR...
    perldoc.perl.org/Config::Perl::V.txt
    Registered: Sun Dec 07 22:11:03 UTC 2025
    - 15.2K bytes
    - Viewed (0)
Back to top