Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1341 - 1350 of 3,812 for filetype:txt (0.14 sec)

  1. ExtUtils::Constant.txt

    package ExtUtils::Constant; use vars qw (@ISA $VERSION @EXPORT_OK %EXPORT_TAGS); $VERSION = '0.25'; =head1 NAME ExtUtils::Constant - generate XS code to import C header constants =head1 SYNOPSIS us...
    perldoc.perl.org/ExtUtils::Constant.txt
    Registered: Sun Apr 20 16:20:48 UTC 2025
    - 14.7K bytes
    - Viewed (0)
  2. Encode::Encoding.txt

    package Encode::Encoding; # Base class for classes which implement encodings use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r ...
    perldoc.perl.org/Encode::Encoding.txt
    Registered: Sun Apr 20 21:12:49 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  3. ExtUtils::CBuilder.txt

    package ExtUtils::CBuilder; use File::Spec (); use File::Path (); use File::Basename (); use Perl::OSType qw/os_type/; use warnings; use strict; our $VERSION = '0.280240'; # VERSION our @ISA; # We ...
    perldoc.perl.org/ExtUtils::CBuilder.txt
    Registered: Sun Apr 20 15:04:15 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  4. Encode::PerlIO.txt

    =head1 NAME Encode::PerlIO -- a detailed document on Encode and PerlIO =head1 Overview It is very common to want to do encoding transformations when reading or writing files, network connections, p...
    perldoc.perl.org/Encode::PerlIO.txt
    Registered: Sun Apr 20 17:41:10 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  5. Encode::Encoder.txt

    # # $Id: Encoder.pm,v 2.3 2013/09/14 07:51:59 dankogai Exp $ # package Encode::Encoder; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ); sprintf "%d." . "%02d"...
    perldoc.perl.org/Encode::Encoder.txt
    Registered: Sun Apr 20 21:06:02 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  6. Encode::KR.txt

    package Encode::KR; BEGIN { if ( ord("A") == 193 ) { die "Encode::KR 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::KR.txt
    Registered: Sun Apr 20 18:54:55 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  7. ExtUtils::MM_QNX.txt

    package ExtUtils::MM_QNX; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_QNX - QNX speci...
    perldoc.perl.org/ExtUtils::MM_QNX.txt
    Registered: Sun Apr 20 16:12:47 UTC 2025
    - 907 bytes
    - Viewed (0)
  8. perlfaq8.txt

    =head1 NAME perlfaq8 - System Interaction =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the Perl FAQ covers questions involving operating system interaction. Topics include i...
    perldoc.perl.org/perlfaq8.txt
    Registered: Thu Apr 17 18:17:44 UTC 2025
    - 48.8K bytes
    - Viewed (0)
  9. perlreguts.txt

    =head1 NAME perlreguts - Description of the Perl regular expression engine. =head1 DESCRIPTION This document is an attempt to shine some light on the guts of the regex engine and how it works. The ...
    perldoc.perl.org/perlreguts.txt
    Registered: Thu Apr 17 23:36:34 UTC 2025
    - 42.4K bytes
    - Viewed (0)
  10. perldebtut.txt

    =head1 NAME perldebtut - Perl debugging tutorial =head1 DESCRIPTION A (very) lightweight introduction in the use of the perl debugger, and a pointer to existing, deeper sources of information on th...
    perldoc.perl.org/perldebtut.txt
    Registered: Thu Apr 17 18:54:21 UTC 2025
    - 21.6K bytes
    - Viewed (0)
Back to top