Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 3,644 for filetype:txt (0.03 sec)

  1. getgrgid.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/getgrgid.txt Similar Results (29)
    Registered: Sat Dec 13 08:15:28 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  2. 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: Sat Dec 13 10:09:49 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  3. sleep.txt

    =over =item sleep EXPR X<sleep> X<pause> =item sleep Causes the script to sleep for (integer) EXPR seconds, or forever if no argument is given. Returns the integer number of seconds actually slept....
    perldoc.perl.org/functions/sleep.txt
    Registered: Sat Dec 13 09:03:02 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  4. 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: Sat Dec 13 11:13:01 UTC 2025
    - 815 bytes
    - Viewed (0)
  5. shmread.txt

    =over =item shmread ID,VAR,POS,SIZE X<shmread> X<shmwrite> =item shmwrite ID,STRING,POS,SIZE Reads or writes the System V shared memory segment ID starting at position POS for size SIZE by attachin...
    perldoc.perl.org/functions/shmread.txt Similar Results (1)
    Registered: Sat Dec 13 17:10:41 UTC 2025
    - 741 bytes
    - Viewed (0)
  6. 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 Dec 13 21:51:59 UTC 2025
    - 178 bytes
    - Viewed (0)
  7. defer.txt

    =over =item defer This flow-control keyword related to the experimental C<defer> feature is documented in L<perlsyn/"defer blocks">. =back 141
    perldoc.perl.org/functions/defer.txt
    Registered: Sat Dec 13 22:00:21 UTC 2025
    - 141 bytes
    - Viewed (0)
  8. not.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 192
    perldoc.perl.org/functions/not.txt Similar Results (12)
    Registered: Sat Dec 13 22:27:22 UTC 2025
    - 192 bytes
    - Viewed (0)
  9. 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 Dec 13 18:49:52 UTC 2025
    - 90 bytes
    - Viewed (0)
  10. 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: Sat Dec 13 23:32:00 UTC 2025
    - 273 bytes
    - Viewed (0)
Back to top