Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3351 - 3360 of 3,812 for filetype:txt (0.08 sec)

  1. lib.txt

    package lib; # THIS FILE IS AUTOMATICALLY GENERATED FROM lib_pm.PL. # ANY CHANGES TO THIS FILE WILL BE OVERWRITTEN BY THE NEXT PERL BUILD. use Config; use strict; my $archname = $Config{archname}; ...
    perldoc.perl.org/lib.txt
    Registered: Sat Apr 26 02:32:22 UTC 2025
    - 6K bytes
    - Viewed (0)
  2. ExtUtils::MM_AIX.txt

    package ExtUtils::MM_AIX; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use ExtUtils::MakeMaker::Config; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 ...
    perldoc.perl.org/ExtUtils::MM_AIX.txt
    Registered: Sat Apr 26 06:56:18 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  3. ops.txt

    package ops; our $VERSION = '1.02'; use Opcode qw(opmask_add opset invert_opset); sub import { shift; # Not that unimport is the preferred form since import's don't # accumulate well owing to the '...
    perldoc.perl.org/ops.txt
    Registered: Sat Apr 26 03:38:47 UTC 2025
    - 997 bytes
    - Viewed (0)
  4. perlfaq4.txt

    =head1 NAME perlfaq4 - Data Manipulation =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hash...
    perldoc.perl.org/perlfaq4.txt
    Registered: Fri Apr 25 15:21:39 UTC 2025
    - 91K bytes
    - Viewed (0)
  5. 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.txt
    Registered: Fri Apr 25 14:25:33 UTC 2025
    - 94.8K bytes
    - Viewed (0)
  6. perldata.txt

    =head1 NAME perldata - Perl data types =head1 DESCRIPTION =head2 Variable names X<variable, name> X<variable name> X<data type> X<type> Perl has three built-in data types: scalars, arrays of scalar...
    perldoc.perl.org/perldata.txt
    Registered: Fri Apr 25 13:49:03 UTC 2025
    - 51.9K bytes
    - Viewed (0)
  7. Math::Complex.txt

    # # Complex numbers and associated mathematical functions # -- Raphael Manfredi Since Sep 1996 # -- Jarkko Hietaniemi Since Mar 1997 # -- Daniel S. Lewart Since Sep 1997 # package Math::Complex; { ...
    perldoc.perl.org/Math::Complex.txt
    Registered: Fri Apr 25 13:32:15 UTC 2025
    - 48.9K bytes
    - Viewed (0)
  8. perlref.txt

    =head1 NAME X<reference> X<pointer> X<data structure> X<structure> X<struct> perlref - Perl references and nested data structures =head1 NOTE This is complete documentation about all aspects of ref...
    perldoc.perl.org/perlref.txt
    Registered: Fri Apr 25 17:28:14 UTC 2025
    - 35.3K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Fri Apr 25 17:20:40 UTC 2025
    - 22.6K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Fri Apr 25 13:18:57 UTC 2025
    - 8.3K bytes
    - Viewed (0)
Back to top