Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 471 - 480 of 2,612 for host:perldoc.perl.org (0.05 sec)

  1. 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: Mon Oct 27 03:47:16 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  2. last.txt

    =over =item last LABEL X<last> X<break> =item last EXPR =item last The C<last> command is like the C<break> statement in C (as used in loops); it immediately exits the loop in question. If the LABE...
    perldoc.perl.org/functions/last.txt
    Registered: Mon Oct 27 01:37:14 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  3. 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: Mon Oct 27 00:43:53 UTC 2025
    - 428 bytes
    - Viewed (0)
  4. __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: Mon Oct 27 01:54:11 UTC 2025
    - 199 bytes
    - Viewed (0)
  5. 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: Mon Oct 27 01:12:33 UTC 2025
    - 174 bytes
    - Viewed (0)
  6. gethostbyaddr.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/gethostbyaddr.txt Similar Results (29)
    Registered: Mon Oct 27 11:24:54 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  7. state.txt

    =over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS C<state> declares a lexically scoped variable, just like L<C<my>|/my VARLIST...
    perldoc.perl.org/functions/state.txt
    Registered: Mon Oct 27 06:34:58 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  8. 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: Mon Oct 27 03:53:01 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  9. 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: Mon Oct 27 10:52:54 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  10. chmod.txt

    =over =item chmod LIST X<chmod> X<permission> X<mode> Changes the permissions of a list of files. The first element of the list must be the numeric mode, which should probably be an octal number, a...
    perldoc.perl.org/functions/chmod.txt
    Registered: Mon Oct 27 04:06:55 UTC 2025
    - 1.4K bytes
    - Viewed (0)
Back to top