- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2341 - 2350 of 2,641 for host:perldoc.perl.org (0.04 sec)
-
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) -
perllol.txt
=head1 NAME perllol - Manipulating Arrays of Arrays in Perl =head1 DESCRIPTION =head2 Declaration and Access of Arrays of Arrays The simplest two-level data structure to build in Perl is an array o...perldoc.perl.org/perllol.txtRegistered: Tue Jul 08 05:57:59 UTC 2025 - 9.1K bytes - Viewed (0) -
perlbook.txt
=head1 NAME perlbook - Books about and related to Perl =head1 DESCRIPTION There are many books on Perl and Perl-related. A few of these are good, some are OK, but many aren't worth your money. Ther...perldoc.perl.org/perlbook.txtRegistered: Tue Jul 08 06:33:36 UTC 2025 - 8.3K bytes - Viewed (0) -
open.txt
package open; use warnings; our $VERSION = '1.13'; require 5.008001; # for PerlIO::get_layers() my $locale_encoding; sub _get_encname { return ($1, Encode::resolve_alias($1)) if $_[0] =~ /^:?encodi...perldoc.perl.org/open.txtRegistered: Tue Jul 08 08:15:51 UTC 2025 - 8.3K bytes - Viewed (0)