Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1851 - 1860 of 2,621 for host:perldoc.perl.org (0.07 sec)

  1. Test2::Bundle::Extended.txt

    package Test2::Bundle::Extended; use strict; use warnings; use Test2::V0; our $VERSION = '0.000162'; BEGIN { push @Test2::Bundle::Extended::ISA => 'Test2::V0'; no warnings 'once'; *EXPORT = \@Test2...
    perldoc.perl.org/Test2::Bundle::Extended.txt
    Registered: Mon Apr 21 22:03:41 UTC 2025
    - 7.5K bytes
    - Viewed (0)
  2. Pod::ParseLink.txt

    # Parse an L<> formatting code in POD text. # # This module implements parsing of the text of an L<> formatting code as # defined in perlpodspec. It should be suitable for any POD formatter. It # e...
    perldoc.perl.org/Pod::ParseLink.txt
    Registered: Mon Apr 21 19:06:56 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  3. Pod::Simple::Debug.txt

    package Pod::Simple::Debug; use strict; our $VERSION = '3.45'; sub import { my($value,$variable); if(@_ == 2) { $value = $_[1]; } elsif(@_ == 3) { ($variable, $value) = @_[1,2]; ($variable, $value)...
    perldoc.perl.org/Pod::Simple::Debug.txt
    Registered: Mon Apr 21 20:10:02 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  4. IO::File.txt

    # package IO::File; =head1 NAME IO::File - supply object methods for filehandles =head1 SYNOPSIS use IO::File; my $fh = IO::File->new(); if ($fh->open("< file")) { print <$fh>; $fh->close; } my $fh...
    perldoc.perl.org/IO::File.txt
    Registered: Mon Apr 21 18:28:14 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  5. Test2::Bundle::Simple.txt

    package Test2::Bundle::Simple; use strict; use warnings; our $VERSION = '0.000162'; use Test2::Plugin::ExitSummary; use Test2::Tools::Basic qw/ok plan done_testing skip_all/; our @EXPORT = qw/ok pl...
    perldoc.perl.org/Test2::Bundle::Simple.txt
    Registered: Mon Apr 21 22:12:19 UTC 2025
    - 2K bytes
    - Viewed (0)
  6. Term::Table::CellStack.txt

    package Term::Table::CellStack; use strict; use warnings; our $VERSION = '0.018'; use Term::Table::HashBase qw/-cells -idx/; use List::Util qw/max/; sub init { my $self = shift; $self->{+CELLS} ||=...
    perldoc.perl.org/Term::Table::CellStack.txt
    Registered: Mon Apr 21 21:42:58 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  7. Test2::API::InterceptResult::Event.txt

    package Test2::API::InterceptResult::Event; use strict; use warnings; our $VERSION = '1.302199'; use List::Util qw/first/; use Test2::Util qw/pkg_to_file/; use Scalar::Util qw/reftype blessed/; use...
    perldoc.perl.org/Test2::API::InterceptResult::Event.txt
    Registered: Tue Apr 22 02:17:53 UTC 2025
    - 28.1K bytes
    - Viewed (0)
  8. Test2::Compare.txt

    package Test2::Compare; use strict; use warnings; our $VERSION = '0.000162'; use Scalar::Util qw/blessed/; use Test2::Util qw/try/; use Test2::Util::Ref qw/rtype/; use Carp qw/croak/; our @EXPORT_O...
    perldoc.perl.org/Test2::Compare.txt
    Registered: Tue Apr 22 00:24:16 UTC 2025
    - 11.5K bytes
    - Viewed (0)
  9. Symbol.txt

    package Symbol; use strict; use warnings; =head1 NAME Symbol - manipulate Perl symbols and their names =head1 SYNOPSIS use Symbol; $sym = gensym; open($sym, '<', "filename"); $_ = <$sym>; # etc. un...
    perldoc.perl.org/Symbol.txt
    Registered: Tue Apr 22 05:11:15 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  10. TAP::Parser::Result.txt

    package TAP::Parser::Result; use strict; use warnings; use base 'TAP::Object'; BEGIN { # make is_* methods my @attrs = qw( plan pragma test comment bailout version unknown yaml ); no strict 'refs';...
    perldoc.perl.org/TAP::Parser::Result.txt
    Registered: Tue Apr 22 01:16:37 UTC 2025
    - 6K bytes
    - Viewed (0)
Back to top