Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3231 - 3240 of 3,463 for filetype:txt (0.11 sec)

  1. App::Prove::State.txt

    package App::Prove::State; use strict; use warnings; use File::Find; use File::Spec; use Carp; use App::Prove::State::Result; use TAP::Parser::YAMLish::Reader (); use TAP::Parser::YAMLish::Writer (...
    perldoc.perl.org/App::Prove::State.txt
    Registered: Tue Jun 17 02:57:26 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  2. 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: Tue Jun 17 04:53:00 UTC 2025
    - 6K bytes
    - Viewed (0)
  3. autouse.txt

    package autouse; #use strict; # debugging only use 5.006; # use warnings $autouse::VERSION = '1.11'; $autouse::DEBUG ||= 0; sub vet_import ($); sub croak { require Carp; Carp::croak(@_); } sub impo...
    perldoc.perl.org/autouse.txt
    Registered: Tue Jun 17 05:06:23 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  4. vmsish.txt

    package vmsish; our $VERSION = '1.04'; =head1 NAME vmsish - Perl pragma to control VMS-specific language features =head1 SYNOPSIS use vmsish; use vmsish 'status'; # or '$?' use vmsish 'exit'; use v...
    perldoc.perl.org/vmsish.txt
    Registered: Tue Jun 17 00:36:43 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  5. 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: Mon Jun 16 15:19:12 UTC 2025
    - 51.9K bytes
    - Viewed (0)
  6. perlsyn.txt

    =head1 NAME X<syntax> perlsyn - Perl syntax: declarations, statements, comments =head1 DESCRIPTION A Perl program consists of a sequence of declarations and statements which run from the top to the...
    perldoc.perl.org/perlsyn.txt
    Registered: Mon Jun 16 15:47:54 UTC 2025
    - 52.8K bytes
    - Viewed (0)
  7. 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: Mon Jun 16 15:58:20 UTC 2025
    - 35.3K bytes
    - Viewed (0)
  8. 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: Mon Jun 16 16:15:33 UTC 2025
    - 13.2K bytes
    - Viewed (0)
  9. perlnewmod.txt

    =head1 NAME perlnewmod - preparing a new module for distribution =head1 DESCRIPTION This document gives you some suggestions about how to go about writing Perl modules, preparing them for distribut...
    perldoc.perl.org/perlnewmod.txt
    Registered: Mon Jun 16 18:05:12 UTC 2025
    - 10.7K bytes
    - Viewed (0)
  10. perllol.txt

    =head1 NAME perllol - Manipulating Arrays of Arrays in Perl =head1 DESCRIPTION =head2 Declaration and Access of Arrays of Arrays The simplest two-level data structure to build in Perl is an array o...
    perldoc.perl.org/perllol.txt
    Registered: Mon Jun 16 18:13:12 UTC 2025
    - 9.1K bytes
    - Viewed (0)
Back to top