Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1161 - 1170 of 3,449 for filetype:txt (0.04 sec)

  1. Test::Simple.txt

    package Test::Simple; use 5.006; use strict; our $VERSION = '1.302210'; use Test::Builder::Module; our @ISA = qw(Test::Builder::Module); our @EXPORT = qw(ok); my $CLASS = __PACKAGE__; =head1 NAME T...
    perldoc.perl.org/Test::Simple.txt
    Registered: Mon Aug 25 19:45:17 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  2. instmodsh.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl -w BEGIN { pop...
    perldoc.perl.org/instmodsh.txt
    Registered: Mon Aug 25 18:12:40 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  3. IO::Compress.txt

    package IO::Compress; our $VERSION = '2.213' ; =head1 NAME IO::Compress - read/write compressed data in multiple formats =head1 DESCRIPTION This is a stub module. It contains no code. =head1 AUTHOR...
    perldoc.perl.org/IO::Compress.txt
    Registered: Tue Aug 26 00:18:28 UTC 2025
    - 436 bytes
    - Viewed (0)
  4. perlop.txt

    =encoding utf8 =head1 NAME X<operator> perlop - Perl expressions: operators, precedence, string literals =head1 DESCRIPTION In Perl, the operator determines what operation is performed, independent...
    perldoc.perl.org/perlop.txt
    Registered: Mon Aug 25 13:59:11 UTC 2025
    - 178.9K bytes
    - Viewed (0)
  5. 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: Wed Aug 27 01:08:18 UTC 2025
    - 14.7K bytes
    - Viewed (0)
  6. 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: Tue Aug 26 23:50:11 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  7. FileCache.txt

    package FileCache; our $VERSION = '1.10'; =head1 NAME FileCache - keep more files open than the system permits =head1 SYNOPSIS no strict 'refs'; use FileCache; # or use FileCache maxopen => 16; cac...
    perldoc.perl.org/FileCache.txt
    Registered: Wed Aug 27 04:03:04 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  8. I18N::Collate.txt

    package I18N::Collate; use strict; our $VERSION = '1.02'; =head1 NAME I18N::Collate - compare 8-bit scalar data according to the current locale =head1 SYNOPSIS use I18N::Collate; setlocale(LC_COLLA...
    perldoc.perl.org/I18N::Collate.txt
    Registered: Wed Aug 27 05:25:49 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  9. IO::Dir.txt

    # IO::Dir.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl it...
    perldoc.perl.org/IO::Dir.txt
    Registered: Wed Aug 27 04:18:37 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  10. ExtUtils::MM_OS390.txt

    package ExtUtils::MM_OS390; 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); =head...
    perldoc.perl.org/ExtUtils::MM_OS390.txt
    Registered: Wed Aug 27 00:06:26 UTC 2025
    - 2.2K bytes
    - Viewed (0)
Back to top