- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1851 - 1860 of 2,621 for host:perldoc.perl.org (0.05 sec)
-
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.txtRegistered: Mon Apr 21 20:10:02 UTC 2025 - 4.5K bytes - Viewed (0) -
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.txtRegistered: Mon Apr 21 18:28:14 UTC 2025 - 4.3K bytes - Viewed (0) -
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.txtRegistered: Mon Apr 21 22:12:19 UTC 2025 - 2K bytes - Viewed (0) -
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.txtRegistered: Mon Apr 21 21:42:58 UTC 2025 - 2.2K bytes - Viewed (0) -
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.txtRegistered: Tue Apr 22 02:17:53 UTC 2025 - 28.1K bytes - Viewed (0) -
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.txtRegistered: Tue Apr 22 00:24:16 UTC 2025 - 11.5K bytes - Viewed (0) -
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.txtRegistered: Tue Apr 22 05:11:15 UTC 2025 - 4.8K bytes - Viewed (0) -
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.txtRegistered: Tue Apr 22 01:16:37 UTC 2025 - 6K bytes - Viewed (0) -
Test2::Bundle::More.txt
package Test2::Bundle::More; use strict; use warnings; our $VERSION = '0.000162'; use Test2::Plugin::ExitSummary; use Test2::Tools::Basic qw{ ok pass fail skip todo diag note plan skip_all done_tes...perldoc.perl.org/Test2::Bundle::More.txtRegistered: Tue Apr 22 04:03:15 UTC 2025 - 3.9K bytes - Viewed (0) -
Test2::Compare::Hash.txt
package Test2::Compare::Hash; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/inref meta ending items order for_each_key for_each_...perldoc.perl.org/Test2::Compare::Hash.txtRegistered: Mon Apr 21 22:18:58 UTC 2025 - 5.7K bytes - Viewed (0)