Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1091 - 1100 of 3,197 for filetype:txt (0.05 sec)

  1. DBM_Filter.txt

    package DBM_Filter ; use strict; use warnings; our $VERSION = '0.06'; package Tie::Hash ; use strict; use warnings; use Carp; our %LayerStack = (); our %origDESTROY = (); our %Filters = map { $_, u...
    perldoc.perl.org/DBM_Filter.txt
    Registered: Sat Nov 16 11:38:37 UTC 2024
    - 14K bytes
    - Viewed (0)
  2. Encode::Alias.txt

    package Encode::Alias; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.25 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; u...
    perldoc.perl.org/Encode::Alias.txt
    Registered: Sat Nov 16 06:31:51 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  3. ExtUtils::Command.txt

    package ExtUtils::Command; use 5.00503; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod dos2unix);...
    perldoc.perl.org/ExtUtils::Command.txt
    Registered: Sat Nov 16 10:17:12 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  4. IO::Socket::UNIX.txt

    # IO::Socket::UNIX.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms a...
    perldoc.perl.org/IO::Socket::UNIX.txt
    Registered: Sat Nov 16 16:16:52 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  5. Digest::file.txt

    package Digest::file; use strict; use warnings; use Exporter (); use Carp qw(croak); use Digest (); our $VERSION = "1.20"; our @ISA = qw(Exporter); our @EXPORT_OK = qw(digest_file_ctx digest_file d...
    perldoc.perl.org/Digest::file.txt
    Registered: Sat Nov 16 07:17:22 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  6. Test::Harness.txt

    package Test::Harness; use 5.006; use strict; use warnings; use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ ); use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Harness (); use TAP::Parser::Aggreg...
    perldoc.perl.org/Test::Harness.txt
    Registered: Mon Nov 18 07:01:30 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  7. Test2::Tools::ClassicCompare.txt

    package Test2::Tools::ClassicCompare; use strict; use warnings; our $VERSION = '0.000162'; our @EXPORT = qw/is is_deeply isnt like unlike cmp_ok/; use base 'Exporter'; use Carp qw/carp/; use Scalar...
    perldoc.perl.org/Test2::Tools::ClassicCompare.txt
    Registered: Mon Nov 18 07:30:44 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  8. Test2::Tools::Class.txt

    package Test2::Tools::Class; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API qw/context/; use Test2::Util::Ref qw/render_ref/; use Scalar::Util qw/blessed/; our @EXPORT = qw/can...
    perldoc.perl.org/Test2::Tools::Class.txt
    Registered: Mon Nov 18 06:22:44 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  9. Test2::Manual::Tooling::Formatter.txt

    package Test2::Manual::Tooling::Formatter; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Formatter - How to write a custom formatter, in our case a JSONL formatter. =hea...
    perldoc.perl.org/Test2::Manual::Tooling::Formatter.txt
    Registered: Mon Nov 18 07:56:50 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  10. Test2::Require::Fork.txt

    package Test2::Require::Fork; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; use Test2::Util qw/CAN_FORK/; sub skip { return undef if CAN_FORK; return "This test re...
    perldoc.perl.org/Test2::Require::Fork.txt
    Registered: Mon Nov 18 06:43:38 UTC 2024
    - 2.3K bytes
    - Viewed (0)
Back to top