Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 681 - 690 of 3,812 for filetype:txt (0.04 sec)

  1. 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: Sat Apr 19 08:14:46 UTC 2025
    - 561 bytes
    - Viewed (0)
  2. 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: Sat Apr 19 09:31:56 UTC 2025
    - 223 bytes
    - Viewed (0)
  3. BEGIN.txt

    =over =item BEGIN =item CHECK =item END =item INIT =item UNITCHECK These compile phase keywords are documented in L<perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END">. =back 178
    perldoc.perl.org/functions/BEGIN.txt Similar Results (4)
    Registered: Sat Apr 19 06:05:41 UTC 2025
    - 178 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: Sat Apr 19 08:39:58 UTC 2025
    - 90 bytes
    - Viewed (0)
  5. 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: Sat Apr 19 12:50:48 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  6. my.txt

    =over =item my VARLIST X<my> =item my TYPE VARLIST =item my VARLIST : ATTRS =item my TYPE VARLIST : ATTRS A L<C<my>|/my VARLIST> declares the listed variables to be local (lexically) to the enclosi...
    perldoc.perl.org/functions/my.txt
    Registered: Sat Apr 19 12:58:11 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  7. next.txt

    =over =item next LABEL X<next> X<continue> =item next EXPR =item next The L<C<next>|/next LABEL> command is like the C<continue> statement in C; it starts the next iteration of the loop: LINE: whil...
    perldoc.perl.org/functions/next.txt
    Registered: Sat Apr 19 12:43:11 UTC 2025
    - 1.4K 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: Sat Apr 19 14:22:58 UTC 2025
    - 754 bytes
    - Viewed (0)
  9. shmget.txt

    =over =item shmget KEY,SIZE,FLAGS X<shmget> Calls the System V IPC function shmget. Returns the shared memory segment id, or L<C<undef>|/undef EXPR> on error. See also L<perlipc/"SysV IPC"> and the...
    perldoc.perl.org/functions/shmget.txt
    Registered: Sat Apr 19 11:26:46 UTC 2025
    - 293 bytes
    - Viewed (0)
  10. if.txt

    =over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back 194
    perldoc.perl.org/functions/if.txt Similar Results (7)
    Registered: Sat Apr 19 14:40:14 UTC 2025
    - 194 bytes
    - Viewed (0)
Back to top