Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2781 - 2790 of 3,463 for filetype:txt (0.04 sec)

  1. foundation.rst.txt

    .. _foundation: ========== Ceph Foundation ========== The Ceph Foundation exists to enable industry members to collaborate and pool resources to support the Ceph project community. The Foundation p...
    docs.ceph.com/en/latest/_sources/foundation.rst.txt
    Registered: Mon Jun 16 01:49:14 UTC 2025
    - Last Modified: Sun May 05 05:32:10 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  2. lc.txt

    =over =item lc EXPR X<lc> X<lowercase> =item lc Returns a lowercased version of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. my $str = lc("Perl is GREAT"); # "perl is great" What gets return...
    perldoc.perl.org/functions/lc.txt
    Registered: Thu Jun 05 02:37:03 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  3. perlbook.txt

    =head1 NAME perlbook - Books about and related to Perl =head1 DESCRIPTION There are many books on Perl and Perl-related. A few of these are good, some are OK, but many aren't worth your money. Ther...
    perldoc.perl.org/perlbook.txt
    Registered: Thu Jun 12 07:36:22 UTC 2025
    - 8.3K 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: Thu Jun 05 18:12:37 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  5. return.txt

    =over =item return EXPR X<return> =item return Returns from a subroutine, L<C<eval>|/eval EXPR>, L<C<do FILE>|/do EXPR>, L<C<sort>|/sort SUBNAME LIST> block or regex eval block (but not a L<C<grep>...
    perldoc.perl.org/functions/return.txt
    Registered: Thu Jun 05 15:15:53 UTC 2025
    - 1K bytes
    - Viewed (0)
  6. shutdown.txt

    =over =item shutdown SOCKET,HOW X<shutdown> Shuts down a socket connection in the manner indicated by HOW, which has the same interpretation as in the syscall of the same name. shutdown($socket, 0)...
    perldoc.perl.org/functions/shutdown.txt
    Registered: Thu Jun 05 15:31:18 UTC 2025
    - 813 bytes
    - Viewed (0)
  7. readpipe.txt

    =over =item readpipe EXPR =item readpipe X<readpipe> EXPR is executed as a system command. The collected standard output of the command is returned. In scalar context, it comes back as a single (po...
    perldoc.perl.org/functions/readpipe.txt
    Registered: Thu Jun 05 17:51:24 UTC 2025
    - 622 bytes
    - Viewed (0)
  8. msgrcv.txt

    =over =item msgrcv ID,VAR,SIZE,TYPE,FLAGS X<msgrcv> Calls the System V IPC function msgrcv to receive a message from message queue ID into variable VAR with a maximum message size of SIZE. Note tha...
    perldoc.perl.org/functions/msgrcv.txt
    Registered: Thu Jun 05 18:19:18 UTC 2025
    - 615 bytes
    - Viewed (0)
  9. 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: Thu Jun 05 15:23:25 UTC 2025
    - 604 bytes
    - Viewed (0)
  10. getpriority.txt

    =over =item getpriority WHICH,WHO X<getpriority> X<priority> X<nice> Returns the current priority for a process, a process group, or a user. (See L<getpriority(2)>.) Will raise a fatal exception if...
    perldoc.perl.org/functions/getpriority.txt
    Registered: Thu Jun 05 16:39:52 UTC 2025
    - 426 bytes
    - Viewed (0)
Back to top