Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. s.txt

    =over =item s/// The substitution operator. See L<perlop/"Regexp Quote-Like Operators">. =back 98
    perldoc.perl.org/functions/s.txt
    Registered: Tue Nov 05 15:33:01 UTC 2024
    - 98 bytes
    - Viewed (0)
  2. split.txt

    =over =item split /PATTERN/,EXPR,LIMIT X<split> =item split /PATTERN/,EXPR =item split /PATTERN/ =item split Splits the string EXPR into a list of strings and returns the list in list context, or t...
    perldoc.perl.org/functions/split.txt
    Registered: Mon Nov 04 17:09:55 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top