- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1901 - 1910 of 2,621 for host:perldoc.perl.org (0.04 sec)
-
AutoLoader.txt
package AutoLoader; use strict; use 5.006_001; our($VERSION, $AUTOLOAD); my $is_dosish; my $is_epoc; my $is_vms; my $is_macos; BEGIN { $is_dosish = $^O eq 'dos' || $^O eq 'os2' || $^O eq 'MSWin32' ...perldoc.perl.org/AutoLoader.txtRegistered: Sun Apr 20 14:01:18 UTC 2025 - 15.4K bytes - Viewed (0) -
File::Spec::Unix.txt
package File::Spec::Unix; use strict; use Cwd (); our $VERSION = '3.91'; $VERSION =~ tr/_//d; =head1 NAME File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules =head1 SYNOPSIS r...perldoc.perl.org/File::Spec::Unix.txtRegistered: Sun Apr 20 17:10:43 UTC 2025 - 15.5K bytes - Viewed (0) -
builtin.txt
package builtin 0.014; use strict; use warnings; # All code, including &import, is implemented by always-present # functions in the perl interpreter itself. # See also `builtin.c` in perl source 1;...perldoc.perl.org/builtin.txtRegistered: Sun Apr 20 10:14:29 UTC 2025 - 12.9K bytes - Viewed (0) -
File::Spec.txt
package File::Spec; use strict; # Keep $VERSION consistent in all *.pm files in this distribution, including # Cwd.pm. our $VERSION = '3.91'; $VERSION =~ tr/_//d; my %module = ( MSWin32 => 'Win32',...perldoc.perl.org/File::Spec.txtRegistered: Sun Apr 20 17:15:28 UTC 2025 - 10.4K bytes - Viewed (0) -
sigtrap.txt
package sigtrap; =head1 NAME sigtrap - Perl pragma to enable simple signal handling =cut use Carp; $VERSION = '1.10'; $Verbose ||= 0; sub import { my $pkg = shift; my $handler = \&handler_traceback...perldoc.perl.org/sigtrap.txtRegistered: Sun Apr 20 10:41:49 UTC 2025 - 8.5K bytes - Viewed (0) -
CPAN::Debug.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- package CPAN::Debug; use strict; use vars qw($VERSION); $VERSION = "5.5001"; # module is internal to CPAN.pm %CPAN::DEBUG = qw[ CPAN 1 In...perldoc.perl.org/CPAN::Debug.txtRegistered: Sun Apr 20 11:16:49 UTC 2025 - 2.1K bytes - Viewed (0) -
Term::Table::HashBase.txt
package Term::Table::HashBase; use strict; use warnings; our $VERSION = '0.018'; ########## # # # This is a generated file! Do not modify this file directly! # # Use hashbase_inc.pl script to regen...perldoc.perl.org/Term::Table::HashBase.txtRegistered: Tue Apr 22 06:44:57 UTC 2025 - 12.9K bytes - Viewed (0) -
TAP::Formatter::Base.txt
package TAP::Formatter::Base; use strict; use warnings; use base 'TAP::Base'; use POSIX qw(strftime); my $MAX_ERRORS = 5; my %VALIDATION_FOR; BEGIN { %VALIDATION_FOR = ( directives => sub { shift; ...perldoc.perl.org/TAP::Formatter::Base.txtRegistered: Tue Apr 22 09:24:24 UTC 2025 - 12.1K bytes - Viewed (0) -
Pod::Simple::XMLOutStream.txt
package Pod::Simple::XMLOutStream; use strict; use warnings; use Carp (); use Pod::Simple (); our $VERSION = '3.45'; BEGIN { our @ISA = ('Pod::Simple'); *DEBUG = \&Pod::Simple::DEBUG unless defined...perldoc.perl.org/Pod::Simple::XMLOutStream.txtRegistered: Tue Apr 22 08:02:54 UTC 2025 - 4.5K bytes - Viewed (0) -
Test2::Compare::Bag.txt
package Test2::Compare::Bag; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/ending meta items for_each/; use Carp qw/croak confes...perldoc.perl.org/Test2::Compare::Bag.txtRegistered: Tue Apr 22 07:47:25 UTC 2025 - 5.4K bytes - Viewed (0)