- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2331 - 2340 of 2,641 for host:perldoc.perl.org (0.09 sec)
-
Exporter::Heavy.txt
package Exporter::Heavy; use strict; no strict 'refs'; our $VERSION = '5.79'; =head1 NAME Exporter::Heavy - Exporter guts =head1 SYNOPSIS (internal use only) =head1 DESCRIPTION No user-serviceable ...perldoc.perl.org/Exporter::Heavy.txtRegistered: Fri Jul 11 00:33:32 UTC 2025 - 6.3K bytes - Viewed (0) -
Encode::CN.txt
package Encode::CN; BEGIN { if ( ord("A") == 193 ) { die "Encode::CN not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...perldoc.perl.org/Encode::CN.txtRegistered: Thu Jul 10 22:08:29 UTC 2025 - 2K bytes - Viewed (0) -
ExtUtils::MM_AIX.txt
package ExtUtils::MM_AIX; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use ExtUtils::MakeMaker::Config; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 ...perldoc.perl.org/ExtUtils::MM_AIX.txtRegistered: Thu Jul 10 21:07:00 UTC 2025 - 1.5K bytes - Viewed (0) -
ExtUtils::MM_BeOS.txt
package ExtUtils::MM_BeOS; use strict; use warnings; =head1 NAME ExtUtils::MM_BeOS - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_BeOS; # Done internal...perldoc.perl.org/ExtUtils::MM_BeOS.txtRegistered: Thu Jul 10 22:02:48 UTC 2025 - 1K bytes - Viewed (0) -
Encode::EBCDIC.txt
package Encode::EBCDIC; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAG...perldoc.perl.org/Encode::EBCDIC.txtRegistered: Thu Jul 10 23:04:15 UTC 2025 - 865 bytes - Viewed (0) -
B::Deparse.txt
# B::Deparse.pm # Copyright (c) 1998-2000, 2002, 2003, 2004, 2005, 2006 Stephen McCamant. # All rights reserved. # This module is free software; you can redistribute and/or modify # it under the sa...perldoc.perl.org/B::Deparse.txtRegistered: Mon Jul 07 21:49:57 UTC 2025 - 218.4K bytes - Viewed (0) -
perlfaq4.txt
=pod =encoding UTF-8 =head1 NAME perlfaq4 - Data Manipulation =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section of the FAQ answers questions related to manipulating numbers, dates, ...perldoc.perl.org/perlfaq4.txtRegistered: Tue Jul 08 07:29:31 UTC 2025 - 91.2K bytes - Viewed (0) -
Math::BigRat.txt
# # "Tax the rat farms." - Lord Vetinari # # The following hash values are used: # sign : "+", "-", "+inf", "-inf", or "NaN" # _d : denominator # _n : numerator (value = _n/_d) # accuracy : accurac...perldoc.perl.org/Math::BigRat.txtRegistered: Tue Jul 08 07:52:28 UTC 2025 - 137.5K bytes - Viewed (0) -
bigint.txt
package bigint; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...perldoc.perl.org/bigint.txtRegistered: Tue Jul 08 08:43:37 UTC 2025 - 22.6K bytes - Viewed (0) -
perlfaq1.txt
=pod =encoding UTF-8 =head1 NAME perlfaq1 - General Questions About Perl =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section of the FAQ answers very general, high-level questions abou...perldoc.perl.org/perlfaq1.txtRegistered: Tue Jul 08 05:10:50 UTC 2025 - 13.2K bytes - Viewed (0)