Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 3,437 for filetype:txt (0.17 sec)

  1. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/global_objects/regexp/index.md # Original Wiki contributors Soupedenuit davedray ts...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/contributors.txt
    Registered: Wed Oct 15 02:20:20 UTC 2025
    - Last Modified: Tue Aug 19 16:04:29 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  2. pipe.txt

    =over =item pipe READHANDLE,WRITEHANDLE X<pipe> Opens a pair of connected pipes like the corresponding system call. Note that if you set up a loop of piped processes, deadlock can occur unless you ...
    perldoc.perl.org/functions/pipe.txt
    Registered: Tue Oct 07 05:44:10 UTC 2025
    - 831 bytes
    - Viewed (0)
  3. recv.txt

    =over =item recv SOCKET,SCALAR,LENGTH,FLAGS X<recv> Receives a message on a socket. Attempts to receive LENGTH characters of data into variable SCALAR from the specified SOCKET filehandle. SCALAR w...
    perldoc.perl.org/functions/recv.txt
    Registered: Tue Oct 07 06:32:52 UTC 2025
    - 809 bytes
    - Viewed (0)
  4. ADJUST.txt

    =over =item ADJUST This class-related phaser block is documented in L<perlclass>. =back 90
    perldoc.perl.org/functions/ADJUST.txt
    Registered: Tue Oct 07 06:07:51 UTC 2025
    - 90 bytes
    - Viewed (0)
  5. endhostent.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/endhostent.txt Similar Results (29)
    Registered: Tue Oct 07 08:48:27 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  6. localtime.txt

    =over =item localtime EXPR X<localtime> X<ctime> =item localtime Converts a time as returned by the time function to a 9-element list with the time analyzed for the local time zone. If EXPR is omit...
    perldoc.perl.org/functions/localtime.txt
    Registered: Tue Oct 07 11:50:22 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  7. my.txt

    =over =item my VARLIST X<my> =item my TYPE VARLIST =item my VARLIST : ATTRS =item my TYPE VARLIST : ATTRS A C<my> declares the listed variables to be local (lexically) to the enclosing block, file,...
    perldoc.perl.org/functions/my.txt
    Registered: Tue Oct 07 08:22:40 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  8. wait.txt

    =over =item wait X<wait> Behaves like L<wait(2)> on your system: it waits for a child process to terminate and returns the pid of the deceased process, or C<-1> if there are no child processes. The...
    perldoc.perl.org/functions/wait.txt
    Registered: Tue Oct 07 11:58:29 UTC 2025
    - 745 bytes
    - Viewed (0)
  9. socket.txt

    =over =item socket SOCKET,DOMAIN,TYPE,PROTOCOL X<socket> Opens a socket of the specified kind and attaches it to filehandle SOCKET. DOMAIN, TYPE, and PROTOCOL are specified the same as for the sysc...
    perldoc.perl.org/functions/socket.txt
    Registered: Tue Oct 07 07:59:11 UTC 2025
    - 561 bytes
    - Viewed (0)
  10. defined.txt

    =over =item defined EXPR X<defined> X<undef> X<undefined> =item defined Returns a Boolean value telling whether EXPR has a value other than the undefined value L<C<undef>|/undef EXPR>. If EXPR is n...
    perldoc.perl.org/functions/defined.txt
    Registered: Tue Oct 07 15:29:03 UTC 2025
    - 2.8K bytes
    - Viewed (0)
Back to top