Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 801 - 810 of 2,612 for host:perldoc.perl.org (0.1 sec)

  1. perl58delta - what is new for perl v5.8.0 - Per...

    perl58delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Highlights In 5.8.0 Incompatible Changes Binary Incompatibili...
    perldoc.perl.org/perl58delta Similar Results (1)
    Registered: Fri Oct 24 18:10:55 UTC 2025
    - 166.7K bytes
    - Viewed (0)
  2. perl56delta - what's new for perl v5.6.0 - Perl...

    perl56delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Core Enhancements Interpreter cloning, threads, and concurren...
    perldoc.perl.org/perl56delta Similar Results (1)
    Registered: Fri Oct 24 18:10:59 UTC 2025
    - 201K bytes
    - Viewed (0)
  3. Math::BigFloat.txt

    package Math::BigFloat; # # Mike grinned. 'Two down, infinity to go' - Mike Nostrus in 'Before and After' # # The following hash values are used internally: # # sign : "+", "-", "+inf", "-inf", or ...
    perldoc.perl.org/Math::BigFloat.txt
    Registered: Sat Oct 25 03:08:19 UTC 2025
    - 253.6K bytes
    - Viewed (0)
  4. perlfaq8.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq8 - System Interaction =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section of the Perl FAQ covers questions involving operating system interact...
    perldoc.perl.org/perlfaq8.txt
    Registered: Fri Oct 24 23:15:46 UTC 2025
    - 48.7K bytes
    - Viewed (0)
  5. perlfaq7.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq7 - General Perl Language Issues =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section deals with general Perl language issues that don't clearly...
    perldoc.perl.org/perlfaq7.txt Similar Results (1)
    Registered: Fri Oct 24 23:33:01 UTC 2025
    - 36.9K bytes
    - Viewed (0)
  6. @{^CAPTURE}.txt

    =over =item @{^CAPTURE} X<@{^CAPTURE}> X<@^CAPTURE> An array which exposes the contents of the capture buffers, if any, of the last successful pattern match, not counting patterns matched in nested...
    perldoc.perl.org/variables/@{^CAPTURE}.txt
    Registered: Sat Oct 25 07:54:22 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  7. $^N.txt

    =over =item $LAST_SUBMATCH_RESULT =item $^N X<$^N> X<$LAST_SUBMATCH_RESULT> The text matched by the used group most-recently closed (i.e. the group with the rightmost closing parenthesis) of the la...
    perldoc.perl.org/variables/$^N.txt
    Registered: Sat Oct 25 05:47:42 UTC 2025
    - 1009 bytes
    - Viewed (0)
  8. ${^POSTMATCH}.txt

    =over =item ${^POSTMATCH} X<${^POSTMATCH}> It is only guaranteed to return a defined value when the pattern was compiled or executed with the C</p> modifier. This is similar to C<$'> (C<$POSTMATCH>...
    perldoc.perl.org/variables/${^POSTMATCH}.txt
    Registered: Sat Oct 25 06:29:30 UTC 2025
    - 510 bytes
    - Viewed (0)
  9. $b.txt

    =over =item $a =item $b X<$a> X<$b> Special package variables when using C<sort()>, see L<perlfunc/sort>. Because of this specialness C<$a> and C<$b> don't need to be declared (using C<use vars>, o...
    perldoc.perl.org/variables/$b.txt Similar Results (1)
    Registered: Sat Oct 25 07:18:36 UTC 2025
    - 394 bytes
    - Viewed (0)
  10. $".txt

    =over =item $LIST_SEPARATOR =item $" X<$"> X<$LIST_SEPARATOR> When an array or an array slice is interpolated into a double-quoted string or a similar context such as C</.../>, its elements are sep...
    perldoc.perl.org/variables/$".txt
    Registered: Sat Oct 25 07:35:32 UTC 2025
    - 428 bytes
    - Viewed (0)
Back to top