- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2361 - 2370 of 2,642 for host:perldoc.perl.org (0.05 sec)
-
Params::Check.txt
package Params::Check; use strict; use Carp qw[carp croak]; use Locale::Maketext::Simple Style => 'gettext'; BEGIN { use Exporter (); use vars qw[ @ISA $VERSION @EXPORT_OK $VERBOSE $ALLOW_UNKNOWN $...perldoc.perl.org/Params::Check.txtRegistered: Fri Jul 11 18:14:25 UTC 2025 - 18.9K bytes - Viewed (0) -
I18N::Langinfo.txt
package I18N::Langinfo; use 5.006; use strict; use warnings; use Carp; use Exporter 'import'; require XSLoader; our @EXPORT = qw(langinfo); our @EXPORT_OK = qw( ABDAY_1 ABDAY_2 ABDAY_3 ABDAY_4 ABDA...perldoc.perl.org/I18N::Langinfo.txtRegistered: Fri Jul 11 15:18:53 UTC 2025 - 14.1K bytes - Viewed (0) -
Getopt::Std.txt
package Getopt::Std; use strict; use warnings; require Exporter; =head1 NAME Getopt::Std - Process single-character switches with switch clustering =head1 SYNOPSIS use Getopt::Std; getopts('oif:');...perldoc.perl.org/Getopt::Std.txtRegistered: Fri Jul 11 17:34:24 UTC 2025 - 8.9K bytes - Viewed (0) -
FileHandle.txt
package FileHandle; use 5.006; use strict; our($VERSION, @ISA, @EXPORT, @EXPORT_OK); $VERSION = "2.05"; require IO::File; @ISA = qw(IO::File); @EXPORT = qw(_IOFBF _IOLBF _IONBF); @EXPORT_OK = qw( p...perldoc.perl.org/FileHandle.txtRegistered: Fri Jul 11 15:09:15 UTC 2025 - 6.6K bytes - Viewed (0) -
Pod::Perldoc::ToPod.txt
package Pod::Perldoc::ToPod; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_e...perldoc.perl.org/Pod::Perldoc::ToPod.txtRegistered: Fri Jul 11 18:08:19 UTC 2025 - 1.9K bytes - Viewed (0) -
ExtUtils::ParseXS::Eval.txt
package ExtUtils::ParseXS::Eval; use strict; use warnings; our $VERSION = '3.57'; =head1 NAME ExtUtils::ParseXS::Eval - Clean package to evaluate code in =head1 SYNOPSIS use ExtUtils::ParseXS::Eval...perldoc.perl.org/ExtUtils::ParseXS::Eval.txtRegistered: Fri Jul 11 15:55:19 UTC 2025 - 2.4K bytes - Viewed (0) -
TAP::Parser::Result::Bailout.txt
package TAP::Parser::Result::Bailout; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Bailout - Bailout result token. =head1 VERSION Version 3.50 =cut our...perldoc.perl.org/TAP::Parser::Result::Bailout.txtRegistered: Fri Jul 11 20:33:32 UTC 2025 - 1.1K bytes - Viewed (0) -
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)