Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 1 - 10 of 1,318 for host:perldoc.perl.org (0.02 sec)

  1. 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: Thu Apr 25 00:35:34 UTC 2024
    - 815 bytes
    - Viewed (0)
  2. endgrent.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/endgrent.txt
    Registered: Thu Apr 25 01:23:54 UTC 2024
    - 7K bytes
    - Viewed (0)
  3. getpwuid.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/getpwuid.txt
    Registered: Thu Apr 25 02:18:01 UTC 2024
    - 7K bytes
    - Viewed (0)
  4. 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 Apr 25 03:22:50 UTC 2024
    - 831 bytes
    - Viewed (0)
  5. 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: Thu Apr 25 02:03:23 UTC 2024
    - 293 bytes
    - Viewed (0)
  6. elseif.txt

    =over =item elseif The "else if" keyword is spelled C<elsif> in Perl. There's no C<elif> or C<else if> either. It does parse C<elseif>, but only to warn you about not using it. See the documentatio...
    perldoc.perl.org/functions/elseif.txt
    Registered: Thu Apr 25 08:10:20 UTC 2024
    - 273 bytes
    - Viewed (0)
  7. 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
    perldoc.perl.org/functions/if.txt
    Registered: Thu Apr 25 11:00:27 UTC 2024
    - 194 bytes
    - Viewed (0)
  8. 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
    perldoc.perl.org/functions/BEGIN.txt
    Registered: Thu Apr 25 09:44:29 UTC 2024
    - 178 bytes
    - Viewed (0)
  9. defer.txt

    =over =item defer This flow-control keyword related to the experimental C<defer> feature is documented in L<perlsyn/"defer blocks">. =back
    perldoc.perl.org/functions/defer.txt
    Registered: Thu Apr 25 06:55:34 UTC 2024
    - 141 bytes
    - Viewed (0)
  10. xor.txt

    =over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back
    perldoc.perl.org/functions/xor.txt
    Registered: Thu Apr 25 12:16:16 UTC 2024
    - 192 bytes
    - Viewed (0)
Back to top