- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1811 - 1820 of 2,387 for filetype:txt (0.07 sec)
-
getpriority.txt
=over =item getpriority WHICH,WHO X<getpriority> X<priority> X<nice> Returns the current priority for a process, a process group, or a user. (See L<getpriority(2)>.) Will raise a fatal exception if...perldoc.perl.org/functions/getpriority.txtRegistered: Tue Nov 05 10:11:30 UTC 2024 - 426 bytes - Viewed (0) -
times.txt
=over =item times X<times> Returns a four-element list giving the user and system times in seconds for this process and any exited children of this process. my ($user,$system,$cuser,$csystem) = tim...perldoc.perl.org/functions/times.txtRegistered: Tue Nov 05 11:29:02 UTC 2024 - 372 bytes - Viewed (0) -
default.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 174perldoc.perl.org/functions/default.txt Similar Results (2)Registered: Tue Nov 05 11:48:49 UTC 2024 - 174 bytes - Viewed (0) -
__PACKAGE__.txt
=over =item __PACKAGE__ X<__PACKAGE__> A special token that returns the name of the package in which it occurs. =back 120perldoc.perl.org/functions/__PACKAGE__.txtRegistered: Tue Nov 05 11:18:47 UTC 2024 - 120 bytes - Viewed (0) -
perlref.txt
=head1 NAME X<reference> X<pointer> X<data structure> X<structure> X<struct> perlref - Perl references and nested data structures =head1 NOTE This is complete documentation about all aspects of ref...perldoc.perl.org/perlref.txtRegistered: Tue Nov 05 21:18:35 UTC 2024 - 35.3K bytes - Viewed (0) -
perlcommunity.txt
=head1 NAME perlcommunity - a brief overview of the Perl community =head1 DESCRIPTION This document aims to provide an overview of the vast perl community, which is far too large and diverse to pro...perldoc.perl.org/perlcommunity.txtRegistered: Mon Nov 04 12:20:57 UTC 2024 - 6.8K bytes - Viewed (0) -
fork.txt
=over =item fork X<fork> X<child> X<parent> Does a L<fork(2)> system call to create a new process running the same program at the same point. It returns the child pid to the parent process, C<0> to...perldoc.perl.org/functions/fork.txtRegistered: Tue Nov 05 06:19:52 UTC 2024 - 2K bytes - Viewed (0) -
return.txt
=over =item return EXPR X<return> =item return Returns from a subroutine, L<C<eval>|/eval EXPR>, L<C<do FILE>|/do EXPR>, L<C<sort>|/sort SUBNAME LIST> block or regex eval block (but not a L<C<grep>...perldoc.perl.org/functions/return.txtRegistered: Tue Nov 05 06:44:30 UTC 2024 - 1K bytes - Viewed (0) -
evalbytes.txt
=over =item evalbytes EXPR X<evalbytes> =item evalbytes This function is similar to a L<string eval|/eval EXPR>, except it always parses its argument (or L<C<$_>|perlvar/$_> if EXPR is omitted) as ...perldoc.perl.org/functions/evalbytes.txtRegistered: Tue Nov 05 09:13:52 UTC 2024 - 859 bytes - Viewed (0) -
shutdown.txt
=over =item shutdown SOCKET,HOW X<shutdown> Shuts down a socket connection in the manner indicated by HOW, which has the same interpretation as in the syscall of the same name. shutdown($socket, 0)...perldoc.perl.org/functions/shutdown.txtRegistered: Tue Nov 05 08:16:24 UTC 2024 - 813 bytes - Viewed (0)