Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 41 - 50 of 790 for host:perldoc.perl.org (0.02 sec)

  1. 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. Typically used ...
    perldoc.perl.org/functions/localtime.txt
    Registered: Sun May 05 00:06:44 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  2. 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: Sat May 04 22:57:19 UTC 2024
    - 809 bytes
    - Viewed (0)
  3. 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
    Registered: Sun May 05 00:42:12 UTC 2024
    - 769 bytes
    - Viewed (0)
  4. 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: Sun May 05 03:07:15 UTC 2024
    - 273 bytes
    - Viewed (0)
  5. 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: Sat May 04 22:13:26 UTC 2024
    - 178 bytes
    - Viewed (0)
  6. 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: Sun May 05 00:25:54 UTC 2024
    - 141 bytes
    - Viewed (0)
  7. ADJUST.txt

    =over =item ADJUST This class-related phaser block is documented in L<perlclass>. =back
    perldoc.perl.org/functions/ADJUST.txt
    Registered: Sat May 04 23:26:49 UTC 2024
    - 90 bytes
    - Viewed (0)
  8. flock.txt

    =over =item flock FILEHANDLE,OPERATION X<flock> X<lock> X<locking> Calls L<flock(2)>, or an emulation of it, on FILEHANDLE. Returns true for success, false on failure. Produces a fatal error if use...
    perldoc.perl.org/functions/flock.txt
    Registered: Sat May 04 05:36:36 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  9. glob.txt

    =over =item glob EXPR X<glob> X<wildcard> X<filename, expansion> X<expand> =item glob In list context, returns a (possibly empty) list of filename expansions on the value of EXPR such as the Unix s...
    perldoc.perl.org/functions/glob.txt
    Registered: Sat May 04 10:51:47 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  10. 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: Sat May 04 08:28:26 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top