Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 451 - 460 of 2,615 for host:perldoc.perl.org (0.03 sec)

  1. 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: Tue Feb 18 11:45:01 UTC 2025
    - 809 bytes
    - Viewed (0)
  2. 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: Tue Feb 18 16:24:22 UTC 2025
    - 769 bytes
    - Viewed (0)
  3. rmdir.txt

    =over =item rmdir FILENAME X<rmdir> X<rd> X<directory, remove> =item rmdir Deletes the directory specified by FILENAME if that directory is empty. If it succeeds it returns true; otherwise it retur...
    perldoc.perl.org/functions/rmdir.txt
    Registered: Tue Feb 18 15:33:54 UTC 2025
    - 454 bytes
    - Viewed (0)
  4. 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: Tue Feb 18 13:14:22 UTC 2025
    - 223 bytes
    - Viewed (0)
  5. 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: Tue Feb 18 17:54:30 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  6. 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: Tue Feb 18 21:06:11 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  7. 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: Tue Feb 18 19:13:12 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  8. 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: Tue Feb 18 16:44:29 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  9. chroot.txt

    =over =item chroot FILENAME X<chroot> X<root> =item chroot This function works like the system call by the same name: it makes the named directory the new root directory for all further pathnames t...
    perldoc.perl.org/functions/chroot.txt
    Registered: Tue Feb 18 17:43:21 UTC 2025
    - 760 bytes
    - Viewed (0)
  10. telldir.txt

    =over =item telldir DIRHANDLE X<telldir> Returns the current position of the L<C<readdir>|/readdir DIRHANDLE> routines on DIRHANDLE. Value may be given to L<C<seekdir>|/seekdir DIRHANDLE,POS> to ac...
    perldoc.perl.org/functions/telldir.txt
    Registered: Tue Feb 18 16:31:19 UTC 2025
    - 385 bytes
    - Viewed (0)
Back to top