Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 631 - 640 of 3,443 for filetype:txt (0.33 sec)

  1. m.txt

    =over =item m// The match operator. See L<perlop/"Regexp Quote-Like Operators">. =back 90
    perldoc.perl.org/functions/m.txt
    Registered: Mon Oct 27 23:44:51 UTC 2025
    - 90 bytes
    - Viewed (0)
  2. autodie::exception::system.txt

    package autodie::exception::system; use 5.008; use strict; use warnings; use parent 'autodie::exception'; use Carp qw(croak); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # AB...
    perldoc.perl.org/autodie::exception::system.txt
    Registered: Tue Oct 28 00:33:58 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  3. autodie.txt

    package autodie; use 5.008; use strict; use warnings; use parent qw(Fatal); our $VERSION; # ABSTRACT: Replace functions with ones that succeed or die with lexical scope BEGIN { our $VERSION = '2.37...
    perldoc.perl.org/autodie.txt
    Registered: Tue Oct 28 00:55:13 UTC 2025
    - 12.1K bytes
    - Viewed (0)
  4. constant.txt

    package constant; use 5.008; use strict; use warnings::register; our $VERSION = '1.33'; our %declared; #========= # Some names are evil choices. my %keywords = map +($_, 1), qw{ BEGIN INIT CHECK EN...
    perldoc.perl.org/constant.txt
    Registered: Tue Oct 28 01:50:45 UTC 2025
    - 14.4K bytes
    - Viewed (0)
  5. autodie::exception.txt

    package autodie::exception; use 5.008; use strict; use warnings; use Carp qw(croak); use Scalar::Util qw(blessed); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Exc...
    perldoc.perl.org/autodie::exception.txt
    Registered: Tue Oct 28 02:26:47 UTC 2025
    - 21.8K bytes
    - Viewed (0)
  6. IO::Socket::IP.txt

    # You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2010-2024 -- leonerd@leonerd.org.uk packa...
    perldoc.perl.org/IO::Socket::IP.txt
    Registered: Tue Oct 28 03:01:36 UTC 2025
    - 40K bytes
    - Viewed (0)
  7. App::Prove::State::Result::Test.txt

    package App::Prove::State::Result::Test; use strict; use warnings; =head1 NAME App::Prove::State::Result::Test - Individual test results. =head1 VERSION Version 3.50 =cut our $VERSION = '3.50'; =he...
    perldoc.perl.org/App::Prove::State::Result::Test.txt
    Registered: Tue Oct 28 04:23:01 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  8. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/svg/index.md # Original Wiki contributors michaelfm1211 mfuji09 chrisdavidmills AryanzyRaj aliveupstairs...
    developer.mozilla.org/en-US/docs/Web/SVG/contributors.txt
    Registered: Fri Oct 24 00:55:27 UTC 2025
    - Last Modified: Tue Aug 19 16:05:09 UTC 2025
    - 847 bytes
    - Viewed (0)
  9. Carp.txt

    package Carp; { use 5.006; } use strict; use warnings; BEGIN { # Very old versions of warnings.pm load Carp. This can go wrong due # to the circular dependency. If warnings is invoked before Carp, ...
    perldoc.perl.org/Carp.txt
    Registered: Sun Oct 19 02:23:27 UTC 2025
    - 35.2K bytes
    - Viewed (0)
  10. IO::Uncompress::AnyUncompress.txt

    package IO::Uncompress::AnyUncompress ; use strict; use warnings; use bytes; use IO::Compress::Base::Common 2.213 (); use IO::Uncompress::Base 2.213 ; require Exporter ; our ($VERSION, @ISA, @EXPOR...
    perldoc.perl.org/IO::Uncompress::AnyUncompress.txt
    Registered: Sun Oct 19 06:13:47 UTC 2025
    - 30.9K bytes
    - Viewed (0)
Back to top