Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 651 - 660 of 3,803 for filetype:txt (0.04 sec)

  1. formline.txt

    =over =item formline PICTURE,LIST X<formline> This is an internal function used by L<C<format>|/format>s, though you may call it, too. It formats (see L<perlform>) a list of values according to the...
    perldoc.perl.org/functions/formline.txt
    Registered: Fri Jun 06 00:17:19 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  2. scalar.txt

    =over =item scalar EXPR X<scalar> X<context> Forces EXPR to be interpreted in scalar context and returns the value of EXPR. my @counts = ( scalar @a, scalar @b, scalar @c ); There is no equivalent ...
    perldoc.perl.org/functions/scalar.txt
    Registered: Fri Jun 06 00:29:48 UTC 2025
    - 1K bytes
    - Viewed (0)
  3. 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: Thu Jun 05 21:40:41 UTC 2025
    - 831 bytes
    - Viewed (0)
  4. 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: Thu Jun 05 22:39:34 UTC 2025
    - 809 bytes
    - Viewed (0)
  5. 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: Fri Jun 06 00:13:18 UTC 2025
    - 815 bytes
    - Viewed (0)
  6. 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: Thu Jun 05 22:48:15 UTC 2025
    - 561 bytes
    - Viewed (0)
  7. 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: Thu Jun 05 21:57:42 UTC 2025
    - 223 bytes
    - Viewed (0)
  8. 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: Fri Jun 06 00:47:49 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  9. package.txt

    =over =item package NAMESPACE =item package NAMESPACE VERSION X<package> X<module> X<namespace> X<version> =item package NAMESPACE BLOCK =item package NAMESPACE VERSION BLOCK X<package> X<module> X...
    perldoc.perl.org/functions/package.txt
    Registered: Fri Jun 06 03:15:21 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  10. 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: Fri Jun 06 04:58:13 UTC 2025
    - 3K bytes
    - Viewed (0)
Back to top