Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. time.txt

    =over =item time X<time> X<epoch> Returns the number of non-leap seconds since whatever time the system considers to be the epoch, suitable for feeding to L<C<gmtime>|/gmtime EXPR> and L<C<localtim...
    perldoc.perl.org/functions/time.txt
    Registered: Fri Nov 22 04:30:43 UTC 2024
    - 853 bytes
    - Viewed (0)
  10. re.txt

    package re; # pragma for controlling the regexp engine use strict; use warnings; our $VERSION = "0.47"; our @ISA = qw(Exporter); our @EXPORT_OK = qw{ is_regexp regexp_pattern regname regnames regna...
    perldoc.perl.org/re.txt
    Registered: Fri Nov 15 22:06:44 UTC 2024
    - 28.3K bytes
    - Viewed (0)
Back to top