- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2371 - 2380 of 2,641 for host:perldoc.perl.org (0.03 sec)
-
List::Util::XS.txt
package List::Util::XS; use strict; use warnings; use List::Util; our $VERSION = "1.68_01"; # FIXUP $VERSION =~ tr/_//d; # FIXUP 1; __END__ =head1 NAME List::Util::XS - Indicate if List::Util was c...perldoc.perl.org/List::Util::XS.txtRegistered: Fri Jul 11 16:39:35 UTC 2025 - 1021 bytes - Viewed (0) -
Perl Documentation
package Pod::Simple::HTMLBatch; use strict; our $VERSION = '3.45'; our @ISA = (); # Yup, we're NOT a subclass of Pod::Simple::HTML! # TODO: nocontents stylesheets. Strike some of the color variatio...perldoc.perl.org/Pod::Simple::HTMLBatch.txtRegistered: Fri Jul 11 21:33:43 UTC 2025 - 39.6K bytes - Viewed (0) -
Module::Load::Conditional.txt
package Module::Load::Conditional; use strict; use Module::Load qw/load autoload_remote/; use Params::Check qw[check]; use Locale::Maketext::Simple Style => 'gettext'; use Carp (); use File::Spec (...perldoc.perl.org/Module::Load::Conditional.txtRegistered: Fri Jul 11 22:50:21 UTC 2025 - 18.9K bytes - Viewed (0) -
Parse::CPAN::Meta.txt
use 5.008001; use strict; use warnings; package Parse::CPAN::Meta; # ABSTRACT: Parse META.yml and META.json CPAN metadata files our $VERSION = '2.150010'; use Exporter; use Carp 'croak'; our @ISA =...perldoc.perl.org/Parse::CPAN::Meta.txtRegistered: Fri Jul 11 21:51:18 UTC 2025 - 10.5K bytes - Viewed (0) -
Net::Config.txt
# Net::Config.pm # # Copyright (C) 2000 Graham Barr. All rights reserved. # Copyright (C) 2013-2014, 2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute ...perldoc.perl.org/Net::Config.txtRegistered: Fri Jul 11 22:58:01 UTC 2025 - 8.7K bytes - Viewed (0) -
Sub::Util.txt
# Copyright (c) 2014 Paul Evans <leonerd@leonerd.org.uk>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. packa...perldoc.perl.org/Sub::Util.txtRegistered: Fri Jul 11 23:30:12 UTC 2025 - 4.6K bytes - Viewed (0) -
Pod::Simple::LinkSection.txt
package Pod::Simple::LinkSection; # Based somewhat dimly on Array::Autojoin use strict; use warnings; use Pod::Simple::BlackBox; our $VERSION = '3.45'; use overload( # So it'll stringify nice '""' ...perldoc.perl.org/Pod::Simple::LinkSection.txtRegistered: Fri Jul 11 21:39:15 UTC 2025 - 4.2K bytes - Viewed (0) -
Pod::Perldoc::ToTk.txt
package Pod::Perldoc::ToTk; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use parent qw(Pod::Perldoc::BaseTo); sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_ex...perldoc.perl.org/Pod::Perldoc::ToTk.txtRegistered: Fri Jul 11 22:42:12 UTC 2025 - 3.9K bytes - Viewed (0) -
TAP::Parser::Multiplexer.txt
package TAP::Parser::Multiplexer; use strict; use warnings; use IO::Select; use Errno; use base 'TAP::Object'; use constant IS_WIN32 => $^O =~ /^(MS)?Win32$/; use constant IS_VMS => $^O eq 'VMS'; u...perldoc.perl.org/TAP::Parser::Multiplexer.txtRegistered: Fri Jul 11 21:24:56 UTC 2025 - 4.2K bytes - Viewed (0) -
TAP::Parser::Iterator::Array.txt
package TAP::Parser::Iterator::Array; use strict; use warnings; use base 'TAP::Parser::Iterator'; =head1 NAME TAP::Parser::Iterator::Array - Iterator for array-based TAP sources =head1 VERSION Vers...perldoc.perl.org/TAP::Parser::Iterator::Array.txtRegistered: Fri Jul 11 20:49:57 UTC 2025 - 1.7K bytes - Viewed (0)