- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1831 - 1840 of 2,387 for filetype:txt (0.07 sec)
-
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.txtRegistered: Tue Nov 05 03:19:46 UTC 2024 - 534 bytes - Viewed (0) -
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.txtRegistered: Tue Nov 05 06:16:22 UTC 2024 - 565 bytes - Viewed (0) -
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.txtRegistered: Mon Nov 04 20:02:45 UTC 2024 - 26K bytes - Viewed (0) -
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.txtRegistered: Mon Nov 04 21:40:51 UTC 2024 - 30.3K bytes - Viewed (0) -
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.txtRegistered: Wed Nov 06 01:19:32 UTC 2024 - 13.2K bytes - Viewed (0) -
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.txtRegistered: Wed Nov 06 01:55:04 UTC 2024 - 12.4K bytes - Viewed (0) -
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.txtRegistered: Tue Nov 05 22:51:11 UTC 2024 - 9.1K bytes - Viewed (0) -
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.txtRegistered: Wed Nov 06 01:32:53 UTC 2024 - 8.2K bytes - Viewed (0) -
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.txtRegistered: Mon Nov 04 12:51:47 UTC 2024 - 826.8K bytes - Viewed (0) -
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.txtRegistered: Tue Nov 05 11:54:58 UTC 2024 - 52.8K bytes - Viewed (0)