- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2661 - 2670 of 3,197 for filetype:txt (0.05 sec)
-
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.txtRegistered: Thu Nov 21 13:54:21 UTC 2024 - 428 bytes - Viewed (0) -
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.txtRegistered: Thu Nov 21 17:58:22 UTC 2024 - 15.4K bytes - Viewed (0) -
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.txtRegistered: Thu Nov 21 16:39:34 UTC 2024 - 675 bytes - Viewed (0) -
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.txtRegistered: Thu Nov 21 16:52:45 UTC 2024 - 462 bytes - Viewed (0) -
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 152perldoc.perl.org/functions/tr.txtRegistered: Thu Nov 21 20:15:45 UTC 2024 - 152 bytes - Viewed (0) -
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.txtRegistered: Fri Nov 22 15:11:46 UTC 2024 - 41K bytes - Viewed (0) -
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.txtRegistered: Fri Nov 22 18:45:52 UTC 2024 - 13.4K bytes - Viewed (0) -
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.txtRegistered: Fri Nov 22 22:55:54 UTC 2024 - 3.7K bytes - Viewed (0) -
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.txtRegistered: Fri Nov 22 04:30:43 UTC 2024 - 853 bytes - Viewed (0) -
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.txtRegistered: Fri Nov 15 22:06:44 UTC 2024 - 28.3K bytes - Viewed (0)