Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2791 - 2800 of 3,463 for filetype:txt (0.04 sec)

  1. 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: Thu Jun 05 21:11:36 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  2. 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: Thu Jun 05 19:00:39 UTC 2025
    - 534 bytes
    - Viewed (0)
  3. msgsnd.txt

    =over =item msgsnd ID,MSG,FLAGS X<msgsnd> Calls the System V IPC function msgsnd to send the message MSG to the message queue ID. MSG must begin with the native long integer message type, followed ...
    perldoc.perl.org/functions/msgsnd.txt
    Registered: Thu Jun 05 18:53:21 UTC 2025
    - 506 bytes
    - Viewed (0)
  4. connect.txt

    =over =item connect SOCKET,NAME X<connect> Attempts to connect to a remote socket, just like L<connect(2)>. Returns true if it succeeded, false otherwise. NAME should be a packed address of the app...
    perldoc.perl.org/functions/connect.txt
    Registered: Thu Jun 05 20:25:12 UTC 2025
    - 308 bytes
    - Viewed (0)
  5. break.txt

    =over =item break Break out of a C<given> block. L<C<break>|/break> is available only if the L<C<"switch"> feature|feature/The 'switch' feature> is enabled or if it is prefixed with C<CORE::>. The ...
    perldoc.perl.org/functions/break.txt
    Registered: Thu Jun 05 23:08:22 UTC 2025
    - 349 bytes
    - Viewed (0)
  6. tied.txt

    =over =item tied VARIABLE X<tied> Returns a reference to the object underlying VARIABLE (the same value that was originally returned by the L<C<tie>|/tie VARIABLE,CLASSNAME,LIST> call that bound th...
    perldoc.perl.org/functions/tied.txt
    Registered: Thu Jun 05 19:04:22 UTC 2025
    - 297 bytes
    - Viewed (0)
  7. 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: Fri Jun 06 06:53:12 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  8. evalbytes.txt

    =over =item evalbytes EXPR X<evalbytes> =item evalbytes This function is similar to a L<string eval|/eval EXPR>, except it always parses its argument (or L<C<$_>|perlvar/$_> if EXPR is omitted) as ...
    perldoc.perl.org/functions/evalbytes.txt
    Registered: Fri Jun 06 08:11:31 UTC 2025
    - 859 bytes
    - Viewed (0)
  9. 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: Fri Jun 06 07:16:35 UTC 2025
    - 565 bytes
    - Viewed (0)
  10. times.txt

    =over =item times X<times> Returns a four-element list giving the user and system times in seconds for this process and any exited children of this process. my ($user,$system,$cuser,$csystem) = tim...
    perldoc.perl.org/functions/times.txt
    Registered: Fri Jun 06 08:54:28 UTC 2025
    - 372 bytes
    - Viewed (0)
Back to top