Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2281 - 2290 of 2,641 for host:perldoc.perl.org (0.02 sec)

  1. 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: Tue Jul 08 22:12:19 UTC 2025
    - 506 bytes
    - Viewed (0)
  2. join.txt

    =over =item join EXPR,LIST X<join> Joins the separate strings of LIST into a single string with fields separated by the value of EXPR, and returns that new string. Example: my $rec = join(':', $log...
    perldoc.perl.org/functions/join.txt
    Registered: Tue Jul 08 17:13:40 UTC 2025
    - 436 bytes
    - Viewed (0)
  3. ord.txt

    =over =item ord EXPR X<ord> X<encoding> =item ord Returns the code point of the first character of EXPR. If EXPR is an empty string, returns 0. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. (Note I...
    perldoc.perl.org/functions/ord.txt
    Registered: Tue Jul 08 11:35:55 UTC 2025
    - 319 bytes
    - Viewed (0)
  4. sin.txt

    =over =item sin EXPR X<sin> X<sine> X<asin> X<arcsine> =item sin Returns the sine of EXPR (expressed in radians). If EXPR is omitted, returns sine of L<C<$_>|perlvar/$_>. For the inverse sine opera...
    perldoc.perl.org/functions/sin.txt
    Registered: Tue Jul 08 14:48:48 UTC 2025
    - 338 bytes
    - Viewed (0)
  5. chown.txt

    =over =item chown LIST X<chown> X<owner> X<user> X<group> Changes the owner (and group) of a list of files. The first two elements of the list must be the I<numeric> uid and gid, in that order. A v...
    perldoc.perl.org/functions/chown.txt
    Registered: Wed Jul 09 03:05:11 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  6. tell.txt

    =over =item tell FILEHANDLE X<tell> =item tell Returns the current position I<in bytes> for FILEHANDLE, or -1 on error. FILEHANDLE may be an expression whose value gives the name of the actual file...
    perldoc.perl.org/functions/tell.txt
    Registered: Wed Jul 09 00:28:53 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  7. rename.txt

    =over =item rename OLDNAME,NEWNAME X<rename> X<move> X<mv> X<ren> Changes the name of a file; an existing file NEWNAME will be clobbered. Returns true for success; on failure returns false and sets...
    perldoc.perl.org/functions/rename.txt
    Registered: Wed Jul 09 02:30:44 UTC 2025
    - 787 bytes
    - Viewed (0)
  8. 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 Jul 08 23:43:36 UTC 2025
    - 604 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: Wed Jul 09 01:50:48 UTC 2025
    - 550 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: Tue Jul 08 22:41:19 UTC 2025
    - 362 bytes
    - Viewed (0)
Back to top