Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 2,621 for host:perldoc.perl.org (0.03 sec)

  1. Tie::File.txt

    package Tie::File; use strict; use warnings; use Carp ':DEFAULT', 'confess'; use POSIX 'SEEK_SET'; use Fcntl 'O_CREAT', 'O_RDWR', 'LOCK_EX', 'LOCK_SH', 'O_WRONLY', 'O_RDONLY'; use constant O_ACCMOD...
    perldoc.perl.org/Tie::File.txt
    Registered: Thu May 15 00:37:51 UTC 2025
    - 75.7K bytes
    - Viewed (0)
  2. Test2::V0.txt

    package Test2::V0; use strict; use warnings; use Test2::Util::Importer; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::Plugin::SRand(); use Test2::Plugin::UTF8(); use Test2::Tools::Targe...
    perldoc.perl.org/Test2::V0.txt
    Registered: Wed May 14 03:39:32 UTC 2025
    - 11.6K bytes
    - Viewed (0)
  3. 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: Wed May 14 05:56:51 UTC 2025
    - 11.8K bytes
    - Viewed (0)
  4. Test2::Util::Grabber.txt

    package Test2::Util::Grabber; use strict; use warnings; our $VERSION = '0.000162'; use Test2::Hub::Interceptor(); use Test2::EventFacet::Trace(); use Test2::API qw/test2_stack test2_ipc/; use Test2...
    perldoc.perl.org/Test2::Util::Grabber.txt
    Registered: Wed May 14 08:29:26 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  5. Test2::Formatter.txt

    package Test2::Formatter; use strict; use warnings; our $VERSION = '1.302199'; my %ADDED; sub import { my $class = shift; return if $class eq __PACKAGE__; return if $ADDED{$class}++; require Test2:...
    perldoc.perl.org/Test2::Formatter.txt
    Registered: Wed May 14 07:58:42 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  6. Test2::Tools::Exports.txt

    package Test2::Tools::Exports; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak carp/; use Test2::API qw/context/; use Test2::Util::Stash qw/get_symbol/; our @EXPORT = qw/impo...
    perldoc.perl.org/Test2::Tools::Exports.txt
    Registered: Wed May 14 04:04:14 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  7. Test2::Tools::Ref.txt

    package Test2::Tools::Ref; use strict; use warnings; our $VERSION = '0.000162'; use Scalar::Util qw/reftype refaddr/; use Test2::API qw/context/; use Test2::Util::Ref qw/render_ref/; our @EXPORT = ...
    perldoc.perl.org/Test2::Tools::Ref.txt
    Registered: Wed May 14 08:41:29 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  8. 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: Wed May 14 07:35:38 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  9. Test2::Tools::Target.txt

    package Test2::Tools::Target; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::Util qw/pkg_to_file/; sub import { my $class = shift; my $caller = caller; $class->...
    perldoc.perl.org/Test2::Tools::Target.txt
    Registered: Wed May 14 06:47:30 UTC 2025
    - 2K bytes
    - Viewed (0)
  10. Test2::Util::Guard.txt

    package Test2::Util::Guard; use strict; use warnings; use Carp qw(confess); our $VERSION = '0.000162'; sub new { confess "Can't create a Test2::Util::Guard in void context" unless (defined wantarra...
    perldoc.perl.org/Test2::Util::Guard.txt
    Registered: Tue May 13 23:29:52 UTC 2025
    - 1.3K bytes
    - Viewed (0)
Back to top