Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2571 - 2580 of 3,463 for filetype:txt (0.1 sec)

  1. IPC::Msg.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::Msg.txt
    Registered: Wed Jun 18 02:13:35 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  2. Locale::Maketext::GutsLoader.txt

    package Locale::Maketext::GutsLoader; use Locale::Maketext; our $VERSION = '1.20'; sub zorp { return scalar @_ } =head1 NAME Locale::Maketext::GutsLoader - Deprecated module to load Locale::Maketex...
    perldoc.perl.org/Locale::Maketext::GutsLoader.txt
    Registered: Wed Jun 18 01:54:46 UTC 2025
    - 490 bytes
    - Viewed (0)
  3. perlunicode.txt

    =head1 NAME perlunicode - Unicode support in Perl =head1 DESCRIPTION If you haven't already, before reading this document, you should become familiar with both L<perlunitut> and L<perluniintro>. Un...
    perldoc.perl.org/perlunicode.txt
    Registered: Mon Jun 16 20:02:48 UTC 2025
    - 88.7K bytes
    - Viewed (0)
  4. perllocale.txt

    =encoding utf8 =head1 NAME perllocale - Perl locale handling (internationalization and localization) =head1 DESCRIPTION In the beginning there was ASCII, the "American Standard Code for Information...
    perldoc.perl.org/perllocale.txt
    Registered: Mon Jun 16 21:12:11 UTC 2025
    - 74.1K bytes
    - Viewed (0)
  5. perlpolicy.txt

    =encoding utf8 =head1 NAME perlpolicy - Various and sundry policies and commitments related to the Perl core =head1 DESCRIPTION This document is the master document which records all written polici...
    perldoc.perl.org/perlpolicy.txt
    Registered: Mon Jun 16 21:21:11 UTC 2025
    - 25.9K bytes
    - Viewed (0)
  6. re.txt

    package re; # pragma for controlling the regexp engine use strict; use warnings; our $VERSION = "0.47"; our @ISA = qw(Exporter); our @EXPORT_OK = qw{ is_regexp regexp_pattern regname regnames regna...
    perldoc.perl.org/re.txt
    Registered: Mon Jun 16 22:23:45 UTC 2025
    - 28.3K bytes
    - Viewed (0)
  7. bigrat.txt

    package bigrat; 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/bigrat.txt
    Registered: Mon Jun 16 22:16:53 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  8. attributes.txt

    package attributes; our $VERSION = 0.36; @EXPORT_OK = qw(get reftype); @EXPORT = (); %EXPORT_TAGS = (ALL => [@EXPORT, @EXPORT_OK]); use strict; sub croak { require Carp; goto &Carp::croak; } sub ca...
    perldoc.perl.org/attributes.txt
    Registered: Mon Jun 16 22:32:13 UTC 2025
    - 16K bytes
    - Viewed (0)
  9. experimental.txt

    package experimental; $experimental::VERSION = '0.032'; use strict; use warnings; use version (); BEGIN { eval { require feature } }; use Carp qw/croak carp/; my %warnings = map { $_ => 1 } grep { ...
    perldoc.perl.org/experimental.txt
    Registered: Mon Jun 16 23:44:15 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  10. English.txt

    package English; our $VERSION = '1.11'; require Exporter; @ISA = qw(Exporter); =head1 NAME English - use nice English (or awk) names for ugly punctuation variables =head1 SYNOPSIS use English; use ...
    perldoc.perl.org/English.txt
    Registered: Mon Jun 16 21:48:30 UTC 2025
    - 4.6K bytes
    - Viewed (0)
Back to top