Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3141 - 3150 of 3,417 for filetype:txt (0.05 sec)

  1. 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: Wed Feb 12 19:10:45 UTC 2025
    - 35.3K bytes
    - Viewed (0)
  2. feature.txt

    # -*- mode: Perl; buffer-read-only: t -*- # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by regen/feature.pl. # Any changes made here will be lost! package feature; our $VERSION = '1....
    perldoc.perl.org/feature.txt
    Registered: Wed Feb 12 18:45:37 UTC 2025
    - 30.3K bytes
    - Viewed (0)
  3. perlfaq1.txt

    =head1 NAME perlfaq1 - General Questions About Perl =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the FAQ answers very general, high-level questions about Perl. =head2 What i...
    perldoc.perl.org/perlfaq1.txt
    Registered: Wed Feb 12 18:28:11 UTC 2025
    - 13.2K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Wed Feb 12 18:05:28 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  5. perldelta.txt

    =encoding utf8 =head1 NAME perldelta - what is new for perl v5.40.1 =head1 DESCRIPTION This document describes differences between the 5.40.0 release and the 5.40.1 release. If you are upgrading fr...
    perldoc.perl.org/perldelta.txt
    Registered: Wed Feb 12 17:59:39 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Fri Feb 14 04:32:49 UTC 2025
    - 216.1K bytes
    - Viewed (0)
  7. Socket.txt

    package Socket; use v5.6.1; use strict; our $VERSION = '2.038'; =head1 NAME C<Socket> - networking constants and support functions =head1 SYNOPSIS C<Socket> a low-level module used by, among other ...
    perldoc.perl.org/Socket.txt
    Registered: Fri Feb 14 05:57:18 UTC 2025
    - 37.6K bytes
    - Viewed (0)
  8. Benchmark.txt

    package Benchmark; use strict; =head1 NAME Benchmark - benchmark running times of Perl code =head1 SYNOPSIS use Benchmark qw(:all) ; timethis ($count, "code"); # Use Perl code in strings... timethe...
    perldoc.perl.org/Benchmark.txt
    Registered: Fri Feb 14 06:05:43 UTC 2025
    - 30.3K bytes
    - Viewed (0)
  9. CPAN::Meta::YAML.txt

    use 5.008001; # sane UTF-8 support use strict; use warnings; package CPAN::Meta::YAML; # git description: v1.68-2-gcc5324e # XXX-INGY is 5.8.1 too old/broken for utf8? # XXX-XDG Lancaster consensus...
    perldoc.perl.org/CPAN::Meta::YAML.txt
    Registered: Fri Feb 14 00:43:46 UTC 2025
    - 26.4K bytes
    - Viewed (0)
  10. AutoSplit.txt

    package AutoSplit; use Exporter (); use Config qw(%Config); use File::Basename (); use File::Path qw(mkpath); use File::Spec::Functions qw(curdir catfile catdir); use strict; our($VERSION, @ISA, @E...
    perldoc.perl.org/AutoSplit.txt
    Registered: Fri Feb 14 05:06:04 UTC 2025
    - 19.2K bytes
    - Viewed (0)
Back to top