Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 5061 - 5070 of 6,922 for content_length:[0 TO 9999] (0.18 sec)

  1. __PACKAGE__.txt

    =over =item __PACKAGE__ X<__PACKAGE__> A special token that returns the name of the package in which it occurs. =back 120
    perldoc.perl.org/functions/__PACKAGE__.txt
    Registered: Thu Apr 03 01:59:19 UTC 2025
    - 120 bytes
    - Viewed (0)
  2. 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: Thu Apr 03 03:00:59 UTC 2025
    - 4.7K 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: Thu Apr 03 05:54:53 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  4. fork.txt

    =over =item fork X<fork> X<child> X<parent> Does a L<fork(2)> system call to create a new process running the same program at the same point. It returns the child pid to the parent process, C<0> to...
    perldoc.perl.org/functions/fork.txt
    Registered: Thu Apr 03 06:00:32 UTC 2025
    - 2K 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 Apr 03 06:24:48 UTC 2025
    - 1K bytes
    - Viewed (0)
  6. 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 Apr 03 05:47:34 UTC 2025
    - 622 bytes
    - Viewed (0)
  7. 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 Apr 03 02:15:50 UTC 2025
    - 604 bytes
    - Viewed (0)
  8. 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: Thu Apr 03 05:23:41 UTC 2025
    - 372 bytes
    - Viewed (0)
  9. 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 Apr 03 11:13:38 UTC 2025
    - 813 bytes
    - Viewed (0)
  10. class RDoc::NormalClass - Documentation for Rub...

    class RDoc::NormalClass: A normal class, neither singleton nor anonymous
    docs.ruby-lang.org/en/master/RDoc/NormalClass.html
    Registered: Mon Jan 13 05:39:42 UTC 2025
    - Last Modified: Thu Jan 02 13:20:03 UTC 2025
    - 8.7K bytes
    - Viewed (0)
Back to top