Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 311 - 320 of 2,615 for host:perldoc.perl.org (0.03 sec)

  1. Test2::EventFacet::Amnesty.txt

    package Test2::EventFacet::Amnesty; use strict; use warnings; our $VERSION = '1.302199'; sub is_list { 1 } BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::Has...
    perldoc.perl.org/Test2::EventFacet::Amnesty.txt
    Registered: Mon Nov 18 02:27:57 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  2. Test2::AsyncSubtest::Event::Detach.txt

    package Test2::AsyncSubtest::Event::Detach; use strict; use warnings; our $VERSION = '0.000162'; use base 'Test2::Event'; use Test2::Util::HashBase qw/id/; sub no_display { 1 } sub callback { my $s...
    perldoc.perl.org/Test2::AsyncSubtest::Event::Detach.txt
    Registered: Mon Nov 18 03:47:59 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  3. $0.txt

    =over =item $PROGRAM_NAME =item $0 X<$0> X<$PROGRAM_NAME> Contains the name of the program being executed. On some (but not all) operating systems assigning to C<$0> modifies the argument area that...
    perldoc.perl.org/variables/$0.txt
    Registered: Tue Nov 19 06:01:20 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  4. $^X.txt

    =over =item $EXECUTABLE_NAME =item $^X X<$^X> X<$EXECUTABLE_NAME> The name used to execute the current copy of Perl, from C's C<argv[0]> or (where supported) F</proc/self/exe>. Depending on the hos...
    perldoc.perl.org/variables/$^X.txt
    Registered: Tue Nov 19 03:44:57 UTC 2024
    - 2K bytes
    - Viewed (0)
  5. @-.txt

    =over =item @LAST_MATCH_START =item @- X<@-> X<@LAST_MATCH_START> This array holds the offsets of the beginnings of the last successful match and any capture buffers it contains. (See L</Scoping Ru...
    perldoc.perl.org/variables/@-.txt
    Registered: Tue Nov 19 04:48:01 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  6. % .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/% .txt
    Registered: Tue Nov 19 03:25:16 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  7. %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.txt
    Registered: Tue Nov 19 04:05:19 UTC 2024
    - 746 bytes
    - Viewed (0)
  8. $'.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/$'.txt
    Registered: Tue Nov 19 02:29:44 UTC 2024
    - 528 bytes
    - Viewed (0)
  9. $`.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/$`.txt
    Registered: Tue Nov 19 03:12:38 UTC 2024
    - 421 bytes
    - Viewed (0)
  10. ${^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}.txt
    Registered: Tue Nov 19 05:08:16 UTC 2024
    - 251 bytes
    - Viewed (0)
Back to top