Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2661 - 2670 of 3,197 for filetype:txt (0.18 sec)

  1. 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 Nov 21 13:31:32 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  2. 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 Nov 21 13:54:21 UTC 2024
    - 428 bytes
    - Viewed (0)
  3. 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
    Registered: Thu Nov 21 17:58:22 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  4. 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 Nov 21 17:53:21 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  5. 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 Nov 21 16:39:34 UTC 2024
    - 675 bytes
    - Viewed (0)
  6. 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 Nov 21 16:52:45 UTC 2024
    - 462 bytes
    - Viewed (0)
  7. tr.txt

    =over =item tr/// The transliteration operator. Same as L<C<yE<sol>E<sol>E<sol>>|/yE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 152
    perldoc.perl.org/functions/tr.txt
    Registered: Thu Nov 21 20:15:45 UTC 2024
    - 152 bytes
    - Viewed (0)
  8. enc2xs.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!./perl BEGIN { # @INC poking...
    perldoc.perl.org/enc2xs.txt
    Registered: Fri Nov 22 15:11:46 UTC 2024
    - 41K bytes
    - Viewed (0)
  9. prove.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl -w BEGIN { pop...
    perldoc.perl.org/prove.txt
    Registered: Fri Nov 22 18:45:52 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  10. podchecker.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec perl -S $0 "$@"' if 0; ########## # podchecker -- command to invoke the podchecker function in Pod::Checker # # Copyright (c) 1998-2...
    perldoc.perl.org/podchecker.txt
    Registered: Fri Nov 22 22:55:54 UTC 2024
    - 3.7K bytes
    - Viewed (0)
Back to top