Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 671 - 680 of 2,634 for host:perldoc.perl.org (0.06 sec)

  1. require.txt

    =over =item require VERSION X<require> =item require EXPR =item require Demands a version of Perl specified by VERSION, or demands some semantics specified by EXPR or by L<C<$_>|perlvar/$_> if EXPR...
    perldoc.perl.org/functions/require.txt Similar Results (1)
    Registered: Thu Jul 03 03:41:44 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  2. print.txt

    =over =item print FILEHANDLE LIST X<print> =item print FILEHANDLE =item print LIST =item print Prints a string or a list of strings. Returns true if successful. FILEHANDLE may be a scalar variable ...
    perldoc.perl.org/functions/print.txt
    Registered: Thu Jul 03 09:28:37 UTC 2025
    - 2K bytes
    - Viewed (0)
  3. utime.txt

    =over =item utime LIST X<utime> Changes the access and modification times on each file of a list of files. The first two elements of the list must be the NUMERIC access and modification times, in t...
    perldoc.perl.org/functions/utime.txt
    Registered: Thu Jul 03 05:51:14 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  4. dump.txt

    =over =item dump LABEL X<dump> X<core> X<undump> =item dump EXPR =item dump This function causes an immediate core dump. See also the B<-u> command-line switch in L<perlrun|perlrun/-u>, which does ...
    perldoc.perl.org/functions/dump.txt
    Registered: Thu Jul 03 04:57:25 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  5. waitpid.txt

    =over =item waitpid PID,FLAGS X<waitpid> Waits for a particular child process to terminate and returns the pid of the deceased process, or C<-1> if there is no such child process. A non-blocking wa...
    perldoc.perl.org/functions/waitpid.txt
    Registered: Thu Jul 03 07:53:58 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  6. truncate.txt

    =over =item truncate FILEHANDLE,LENGTH X<truncate> =item truncate EXPR,LENGTH Truncates the file opened on FILEHANDLE, or named by EXPR, to the specified length. Raises an exception if truncate isn...
    perldoc.perl.org/functions/truncate.txt
    Registered: Thu Jul 03 09:12:34 UTC 2025
    - 573 bytes
    - Viewed (0)
  7. getppid.txt

    =over =item getppid X<getppid> X<parent> X<pid> Returns the process id of the parent process. Note for Linux users: Between v5.8.1 and v5.16.0 Perl would work around non-POSIX thread semantics the ...
    perldoc.perl.org/functions/getppid.txt
    Registered: Thu Jul 03 07:13:26 UTC 2025
    - 428 bytes
    - Viewed (0)
  8. __FILE__.txt

    =over =item __FILE__ X<__FILE__> A special token that returns the name of the file in which it occurs. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 199
    perldoc.perl.org/functions/__FILE__.txt
    Registered: Thu Jul 03 04:29:31 UTC 2025
    - 199 bytes
    - Viewed (0)
  9. when.txt

    =over =item default =item given =item when These flow-control keywords related to the experimental switch feature are documented in L<perlsyn/"Switch Statements">. =back 174
    perldoc.perl.org/functions/when.txt Similar Results (2)
    Registered: Thu Jul 03 04:43:44 UTC 2025
    - 174 bytes
    - Viewed (0)
  10. closedir.txt

    =over =item closedir DIRHANDLE X<closedir> Closes a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR> and returns the success of that system call. =back 163
    perldoc.perl.org/functions/closedir.txt
    Registered: Thu Jul 03 00:18:23 UTC 2025
    - 163 bytes
    - Viewed (0)
Back to top