Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1841 - 1850 of 2,393 for filetype:txt (0.08 sec)

  1. 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: Tue Nov 05 22:51:11 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  2. perlnumber.txt

    =head1 NAME perlnumber - semantics of numbers and numeric operations in Perl =head1 SYNOPSIS $n = 1234; # decimal integer $n = 0b1110011; # binary integer $n = 01234; # octal integer $n = 0x1234; #...
    perldoc.perl.org/perlnumber.txt
    Registered: Wed Nov 06 01:32:53 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  3. perlapi.txt

    -*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by autodoc.pl extracting documentation from the C source files. Any changes made here will be lost! =...
    perldoc.perl.org/perlapi.txt
    Registered: Mon Nov 04 12:51:47 UTC 2024
    - 826.8K bytes
    - Viewed (0)
  4. 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: Tue Nov 05 11:54:58 UTC 2024
    - 52.8K bytes
    - Viewed (0)
  5. perlre.txt

    =head1 NAME X<regular expression> X<regex> X<regexp> perlre - Perl regular expressions =head1 DESCRIPTION This page describes the syntax of regular expressions in Perl. If you haven't used regular ...
    perldoc.perl.org/perlre.txt
    Registered: Tue Nov 05 20:49:25 UTC 2024
    - 132.6K bytes
    - Viewed (0)
  6. 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: Tue Nov 05 22:16:47 UTC 2024
    - 51.9K bytes
    - Viewed (0)
  7. perldocstyle.txt

    =encoding utf8 =head1 NAME perldocstyle - A style guide for writing Perl's documentation =head1 DESCRIPTION This document is a guide for the authorship and maintenance of the documentation that shi...
    perldoc.perl.org/perldocstyle.txt
    Registered: Tue Nov 05 22:26:20 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  8. perlipc.txt

    =head1 NAME perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores) =head1 DESCRIPTION The basic IPC facilities of Perl are built out of the go...
    perldoc.perl.org/perlipc.txt
    Registered: Wed Nov 06 01:23:39 UTC 2024
    - 70K bytes
    - Viewed (0)
  9. perlperf.txt

    =head1 NAME perlperf - Perl Performance and Optimization Techniques =head1 DESCRIPTION This is an introduction to the use of performance and optimization techniques which can be used with particula...
    perldoc.perl.org/perlperf.txt
    Registered: Wed Nov 06 02:05:42 UTC 2024
    - 48.7K bytes
    - Viewed (0)
  10. perlport.txt

    =head1 NAME perlport - Writing portable Perl =head1 DESCRIPTION Perl runs on numerous operating systems. While most of them share much in common, they also have their own unique features. This docu...
    perldoc.perl.org/perlport.txt
    Registered: Wed Nov 06 02:31:58 UTC 2024
    - 87.4K bytes
    - Viewed (0)
Back to top