Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1831 - 1840 of 2,387 for filetype:txt (0.07 sec)

  1. shmctl.txt

    =over =item shmctl ID,CMD,ARG X<shmctl> Calls the System V IPC function shmctl. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is C<IPC_STAT>, then...
    perldoc.perl.org/functions/shmctl.txt
    Registered: Tue Nov 05 03:19:46 UTC 2024
    - 534 bytes
    - Viewed (0)
  2. lock.txt

    =over =item lock THING X<lock> This function places an advisory lock on a shared variable or referenced object contained in I<THING> until the lock goes out of scope. The value returned is the scal...
    perldoc.perl.org/functions/lock.txt
    Registered: Tue Nov 05 06:16:22 UTC 2024
    - 565 bytes
    - Viewed (0)
  3. pack.txt

    =over =item pack TEMPLATE,LIST X<pack> Takes a LIST of values and converts it into a string using the rules given by the TEMPLATE. The resulting string is the concatenation of the converted values....
    perldoc.perl.org/functions/pack.txt
    Registered: Mon Nov 04 20:02:45 UTC 2024
    - 26K bytes
    - Viewed (0)
  4. 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: Mon Nov 04 21:40:51 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  5. 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 Nov 06 01:19:32 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  6. perlclass.txt

    =head1 NAME perlclass - Perl class syntax reference =head1 SYNOPSIS use v5.38; use feature 'class'; class My::Example 1.234 { field $x; ADJUST { $x = "Hello, world"; } method print_message { say $x...
    perldoc.perl.org/perlclass.txt
    Registered: Wed Nov 06 01:55:04 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top