Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 711 - 720 of 3,449 for filetype:txt (0.04 sec)

  1. Tie::Hash::NamedCapture.txt

    use strict; package Tie::Hash::NamedCapture; our $VERSION = "0.13"; __END__ =head1 NAME Tie::Hash::NamedCapture - Named regexp capture buffers =head1 SYNOPSIS tie my %hash, "Tie::Hash::NamedCapture...
    perldoc.perl.org/Tie::Hash::NamedCapture.txt
    Registered: Fri Aug 22 04:43:03 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  2. @{^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: Fri Aug 22 10:22:42 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  3. $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: Fri Aug 22 11:15:18 UTC 2025
    - 394 bytes
    - Viewed (0)
  4. perl5140delta.txt

    =encoding utf8 =head1 NAME perl5140delta - what is new for perl v5.14.0 =head1 DESCRIPTION This document describes differences between the 5.12.0 release and the 5.14.0 release. If you are upgradin...
    perldoc.perl.org/perl5140delta.txt
    Registered: Sat Aug 16 10:23:00 UTC 2025
    - 140.9K bytes
    - Viewed (0)
  5. 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 Aug 15 18:31:37 UTC 2025
    - 48.7K bytes
    - Viewed (0)
  6. perlfaq3.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq3 - Programming Tools =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section of the FAQ answers questions related to programmer tools and programm...
    perldoc.perl.org/perlfaq3.txt
    Registered: Fri Aug 15 13:14:29 UTC 2025
    - 36.8K bytes
    - Viewed (0)
  7. perldebug.txt

    =head1 NAME X<debug> X<debugger> perldebug - Perl debugging =head1 DESCRIPTION First of all, have you tried using L<C<use strict;>|strict> and L<C<use warnings;>|warnings>? If you're new to the Per...
    perldoc.perl.org/perldebug.txt
    Registered: Fri Aug 15 15:21:39 UTC 2025
    - 39K bytes
    - Viewed (0)
  8. 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
    Registered: Fri Aug 15 18:59:13 UTC 2025
    - 36.9K bytes
    - Viewed (0)
  9. perlobj.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlobj.pod =head1 NAME X<object> X<OOP> perlobj - Perl object reference =head1 DESCRIPTI...
    perldoc.perl.org/perlobj.txt
    Registered: Fri Aug 15 18:41:15 UTC 2025
    - 35.3K bytes
    - Viewed (0)
  10. perldsc.txt

    =head1 NAME X<data structure> X<complex data structure> X<struct> perldsc - Perl Data Structures Cookbook =head1 DESCRIPTION Perl lets us have complex data structures. You can write something like ...
    perldoc.perl.org/perldsc.txt
    Registered: Fri Aug 15 18:09:26 UTC 2025
    - 26.3K bytes
    - Viewed (0)
Back to top