Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 1,302 for label:perl (0.03 sec)

  1. Net::servent.txt

    package Net::servent 1.04; use v5.38; our ( $s_name, @s_aliases, $s_port, $s_proto ); use Exporter 'import'; our @EXPORT = qw(getservbyname getservbyport getservent getserv); our @EXPORT_OK = qw( $...
    perldoc.perl.org/Net::servent.txt
    Registered: Sat Nov 16 18:42:03 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  2. CPAN.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.36'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/CPAN.txt
    Registered: Fri Nov 15 16:54:55 UTC 2024
    - 144.4K bytes
    - Viewed (0)
  3. Test2.txt

    package Test2; use strict; use warnings; our $VERSION = '1.302199'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2 - Framework for writing test tools that all work together. =head1 DESCRIPTION T...
    perldoc.perl.org/Test2.txt
    Registered: Mon Nov 18 00:13:34 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  4. Test2::Compare::Float.txt

    package Test2::Compare::Float; use strict; use warnings; use Carp qw/confess/; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; our $DEFAULT_TOLERANCE = 1e-08; use Test2::Util::HashBase ...
    perldoc.perl.org/Test2::Compare::Float.txt
    Registered: Mon Nov 18 01:58:15 UTC 2024
    - 4K bytes
    - Viewed (0)
  5. Test2::IPC.txt

    package Test2::IPC; use strict; use warnings; our $VERSION = '1.302199'; use Test2::API::Instance; use Test2::Util qw/get_tid/; use Test2::API qw{ test2_in_preload test2_init_done test2_ipc test2_h...
    perldoc.perl.org/Test2::IPC.txt
    Registered: Mon Nov 18 02:59:33 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  6. Test2::Manual::Anatomy::API.txt

    package Test2::Manual::Anatomy::API; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Anatomy::API - Internals documentation for the API. =head1 DESCRIPTIO...
    perldoc.perl.org/Test2::Manual::Anatomy::API.txt
    Registered: Mon Nov 18 04:15:22 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  7. Test2::EventFacet::Assert.txt

    package Test2::EventFacet::Assert; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -pass -no...
    perldoc.perl.org/Test2::EventFacet::Assert.txt
    Registered: Mon Nov 18 00:46:22 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  8. Test2::Bundle.txt

    package Test2::Bundle; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Bundle - Documentation for bundles. =head1 DESCRIPTION Bundles are col...
    perldoc.perl.org/Test2::Bundle.txt
    Registered: Mon Nov 18 01:41:21 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  9. Test2::Event::TAP::Version.txt

    package Test2::Event::TAP::Version; use strict; use warnings; our $VERSION = '1.302199'; use Carp qw/croak/; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase qw...
    perldoc.perl.org/Test2::Event::TAP::Version.txt
    Registered: Sun Nov 17 23:27:58 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  10. Test2::Require::RealFork.txt

    package Test2::Require::RealFork; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; use Test2::Util qw/CAN_REALLY_FORK/; sub skip { return undef if CAN_REALLY_FORK; re...
    perldoc.perl.org/Test2::Require::RealFork.txt
    Registered: Mon Nov 18 04:48:02 UTC 2024
    - 1.5K bytes
    - Viewed (0)
Back to top