Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 5901 - 5910 of 6,532 for content_length:[0 TO 9999] (0.09 sec)

  1. 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: Wed Jul 09 00:57:00 UTC 2025
    - 809 bytes
    - Viewed (0)
  2. semop.txt

    =over =item semop KEY,OPSTRING X<semop> Calls the System V IPC function L<semop(2)> for semaphore operations such as signalling and waiting. OPSTRING must be a packed array of semop structures. Eac...
    perldoc.perl.org/functions/semop.txt
    Registered: Wed Jul 09 00:19:34 UTC 2025
    - 815 bytes
    - Viewed (0)
  3. 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: Wed Jul 09 01:58:37 UTC 2025
    - 745 bytes
    - Viewed (0)
  4. 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: Wed Jul 09 03:26:57 UTC 2025
    - 561 bytes
    - Viewed (0)
  5. field.txt

    =over =item field VARNAME X<field> Declares a new field variable within the current class. Methods and C<ADJUST> blocks of the class will have access to this variable as if it was a lexical in scop...
    perldoc.perl.org/functions/field.txt
    Registered: Wed Jul 09 04:10:13 UTC 2025
    - 223 bytes
    - Viewed (0)
  6. 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: Wed Jul 09 04:21:41 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  7. tie.txt

    =over =item tie VARIABLE,CLASSNAME,LIST X<tie> This function binds a variable to a package class that will provide the implementation for the variable. VARIABLE is the name of the variable to be en...
    perldoc.perl.org/functions/tie.txt
    Registered: Wed Jul 09 06:11:55 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  8. seek.txt

    =over =item seek FILEHANDLE,POSITION,WHENCE X<seek> X<fseek> X<filehandle, position> Sets FILEHANDLE's position, just like the L<fseek(3)> call of C C<stdio>. FILEHANDLE may be an expression whose ...
    perldoc.perl.org/functions/seek.txt
    Registered: Wed Jul 09 05:41:11 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  9. 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: Wed Jul 09 04:16:15 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  10. formline.txt

    =over =item formline PICTURE,LIST X<formline> This is an internal function used by C<format>s, though you may call it, too. It formats (see L<perlform>) a list of values according to the contents o...
    perldoc.perl.org/functions/formline.txt
    Registered: Wed Jul 09 09:52:11 UTC 2025
    - 1.3K bytes
    - Viewed (0)
Back to top