- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 321 - 330 of 2,615 for host:perldoc.perl.org (0.12 sec)
-
% .txt
=over =item %{^CAPTURE} =item %LAST_PAREN_MATCH =item %+ X<%+> X<%LAST_PAREN_MATCH> X<%{^CAPTURE}> Similar to C<@+>, the C<%+> hash allows access to the named capture buffers, should they exist, in...perldoc.perl.org/variables/% .txtRegistered: Tue Nov 19 03:25:16 UTC 2024 - 1.2K bytes - Viewed (0) -
%ENV.txt
=over =item %ENV X<%ENV> The hash C<%ENV> contains your current environment. Setting a value in C<ENV> changes the environment for any child processes you subsequently C<fork()> off. As of v5.18.0,...perldoc.perl.org/variables/%ENV.txtRegistered: Tue Nov 19 04:05:19 UTC 2024 - 746 bytes - Viewed (0) -
$'.txt
=over =item $POSTMATCH =item $' X<$'> X<$POSTMATCH> X<@-> The string following whatever was matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>). Example: local ...perldoc.perl.org/variables/$'.txtRegistered: Tue Nov 19 02:29:44 UTC 2024 - 528 bytes - Viewed (0) -
$`.txt
=over =item $PREMATCH =item $` X<$`> X<$PREMATCH> The string preceding whatever was matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>). See L</Performance issu...perldoc.perl.org/variables/$`.txtRegistered: Tue Nov 19 03:12:38 UTC 2024 - 421 bytes - Viewed (0) -
${^RE_DEBUG_FLAGS}.txt
=over =item ${^RE_DEBUG_FLAGS} X<${^RE_DEBUG_FLAGS}> The current value of the regex debugging flags. Set to 0 for no debug output even when the C<re 'debug'> module is loaded. See L<re> for details...perldoc.perl.org/variables/${^RE_DEBUG_FLAGS}.txtRegistered: Tue Nov 19 05:08:16 UTC 2024 - 251 bytes - Viewed (0) -
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.txtRegistered: Fri Nov 15 15:14:11 UTC 2024 - 56.4K bytes - Viewed (0) -
Net::NNTP.txt
# Net::NNTP.pm # # Copyright (C) 1995-1997 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...perldoc.perl.org/Net::NNTP.txtRegistered: Sat Nov 16 15:17:15 UTC 2024 - 32.7K bytes - Viewed (0) -
Hash::Util.txt
package Hash::Util; require 5.007003; use strict; use Carp; use warnings; no warnings 'uninitialized'; use warnings::register; no warnings 'experimental::builtin'; use builtin qw(reftype); require ...perldoc.perl.org/Hash::Util.txtRegistered: Sat Nov 16 16:01:38 UTC 2024 - 24.9K bytes - Viewed (0) -
ExtUtils::Manifest.txt
package ExtUtils::Manifest; # git description: 1.74-10-g1bddbb0 require Exporter; use Config; use File::Basename; use File::Copy 'copy'; use File::Find; use File::Spec 0.8; use Carp; use strict; us...perldoc.perl.org/ExtUtils::Manifest.txtRegistered: Sat Nov 16 10:55:58 UTC 2024 - 22.9K bytes - Viewed (0) -
File::Spec::Mac.txt
package File::Spec::Mac; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub case_tolerant { 1 } =head1 NAME File::Spe...perldoc.perl.org/File::Spec::Mac.txtRegistered: Sat Nov 16 16:23:53 UTC 2024 - 21.8K bytes - Viewed (0)