Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1331 - 1340 of 2,269 for filetype:txt (0.04 sec)

  1. 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)
  2. setsockopt.txt

    =over =item setsockopt SOCKET,LEVEL,OPTNAME,OPTVAL X<setsockopt> Sets the socket option requested. Returns L<C<undef>|/undef EXPR> on error. Use integer constants provided by the L<C<Socket>|Socket...
    perldoc.perl.org/functions/setsockopt.txt
    Registered: Tue Nov 05 01:35:19 UTC 2024
    - 604 bytes
    - Viewed (0)
  3. exec.txt

    =over =item exec LIST X<exec> X<execute> =item exec PROGRAM LIST The L<C<exec>|/exec LIST> function executes a system command I<and never returns>; use L<C<system>|/system LIST> instead of L<C<exec...
    perldoc.perl.org/functions/exec.txt
    Registered: Tue Nov 05 02:48:37 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  4. our.txt

    =over =item our VARLIST X<our> X<global> =item our TYPE VARLIST =item our VARLIST : ATTRS =item our TYPE VARLIST : ATTRS L<C<our>|/our VARLIST> makes a lexical alias to a package (i.e. global) vari...
    perldoc.perl.org/functions/our.txt
    Registered: Tue Nov 05 03:02:25 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  5. 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)
  6. socketpair.txt

    =over =item socketpair SOCKET1,SOCKET2,DOMAIN,TYPE,PROTOCOL X<socketpair> Creates an unnamed pair of sockets in the specified domain, of the specified type. DOMAIN, TYPE, and PROTOCOL are specified...
    perldoc.perl.org/functions/socketpair.txt
    Registered: Tue Nov 05 05:36:23 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  7. zabbix.rst.txt

    Zabbix Module ========== The Zabbix module has not been supported since April 2020 at the latest. The upstream Ceph community in April 2024 developed procedures for installing Zabbix 2. Discussion ...
    docs.ceph.com/en/latest/_sources/mgr/zabbix.rst.txt
    Registered: Mon Oct 28 03:33:29 UTC 2024
    - Last Modified: Tue Apr 09 20:28:00 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  8. perlplan9.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlplan9.txt
    Registered: Tue Oct 29 13:40:38 UTC 2024
    - 5K bytes
    - Viewed (0)
  9. perl5124delta.txt

    =encoding utf8 =head1 NAME perl5124delta - what is new for perl v5.12.4 =head1 DESCRIPTION This document describes differences between the 5.12.3 release and the 5.12.4 release. If you are upgradin...
    perldoc.perl.org/perl5124delta.txt
    Registered: Tue Oct 29 11:30:50 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  10. perl5162delta.txt

    =encoding utf8 =head1 NAME perl5162delta - what is new for perl v5.16.2 =head1 DESCRIPTION This document describes differences between the 5.16.1 release and the 5.16.2 release. If you are upgradin...
    perldoc.perl.org/perl5162delta.txt
    Registered: Tue Oct 29 12:18:09 UTC 2024
    - 3.5K bytes
    - Viewed (0)
Back to top