Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2431 - 2440 of 3,463 for filetype:txt (0.04 sec)

  1. getlogin.txt

    =over =item getlogin X<getlogin> X<login> This implements the C library function of the same name, which on most systems returns the current login from F</etc/utmp>, if any. If it returns the empty...
    perldoc.perl.org/functions/getlogin.txt
    Registered: Thu Jun 05 15:41:53 UTC 2025
    - 462 bytes
    - Viewed (0)
  2. do.txt

    =over =item do BLOCK X<do> X<block> Not really a function. Returns the value of the last command in the sequence of commands indicated by BLOCK. When modified by the C<while> or C<until> loop modif...
    perldoc.perl.org/functions/do.txt
    Registered: Thu Jun 05 19:47:18 UTC 2025
    - 3.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 Jun 05 19:39:11 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  4. last.txt

    =over =item last LABEL X<last> X<break> =item last EXPR =item last The L<C<last>|/last LABEL> command is like the C<break> statement in C (as used in loops); it immediately exits the loop in questi...
    perldoc.perl.org/functions/last.txt
    Registered: Thu Jun 05 22:09:47 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  5. reset.txt

    =over =item reset EXPR X<reset> =item reset Generally used in a L<C<continue>|/continue BLOCK> block at the end of a loop to clear variables and reset C<m?pattern?> searches so that they work again...
    perldoc.perl.org/functions/reset.txt
    Registered: Thu Jun 05 17:24:04 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  6. wantarray.txt

    =over =item wantarray X<wantarray> X<context> Returns true if the context of the currently executing subroutine or L<C<eval>|/eval EXPR> is looking for a list value. Returns false if the context is...
    perldoc.perl.org/functions/wantarray.txt
    Registered: Thu Jun 05 20:32:25 UTC 2025
    - 675 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 Jun 05 21:34:52 UTC 2025
    - 428 bytes
    - Viewed (0)
  8. msgget.txt

    =over =item msgget KEY,FLAGS X<msgget> Calls the System V IPC function L<msgget(2)>. Returns the message queue id, or L<C<undef>|/undef EXPR> on error. See also L<perlipc/"SysV IPC"> and the docume...
    perldoc.perl.org/functions/msgget.txt
    Registered: Thu Jun 05 18:42:14 UTC 2025
    - 315 bytes
    - Viewed (0)
  9. getpeername.txt

    =over =item getpeername SOCKET X<getpeername> X<peer> Returns the packed sockaddr address of the other end of the SOCKET connection. use Socket; my $hersockaddr = getpeername($sock); my ($port, $ia...
    perldoc.perl.org/functions/getpeername.txt
    Registered: Thu Jun 05 21:02:25 UTC 2025
    - 356 bytes
    - Viewed (0)
  10. __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 Jun 05 20:01:59 UTC 2025
    - 199 bytes
    - Viewed (0)
Back to top