- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1811 - 1820 of 2,393 for filetype:txt (0.11 sec)
-
ord.txt
=over =item ord EXPR X<ord> X<encoding> =item ord Returns the code point of the first character of EXPR. If EXPR is an empty string, returns 0. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. (Note I...perldoc.perl.org/functions/ord.txtRegistered: Mon Nov 04 14:53:30 UTC 2024 - 319 bytes - Viewed (0) -
readpipe.txt
=over =item readpipe EXPR =item readpipe X<readpipe> EXPR is executed as a system command. The collected standard output of the command is returned. In scalar context, it comes back as a single (po...perldoc.perl.org/functions/readpipe.txtRegistered: Tue Nov 05 14:21:15 UTC 2024 - 622 bytes - Viewed (0) -
msgrcv.txt
=over =item msgrcv ID,VAR,SIZE,TYPE,FLAGS X<msgrcv> Calls the System V IPC function msgrcv to receive a message from message queue ID into variable VAR with a maximum message size of SIZE. Note tha...perldoc.perl.org/functions/msgrcv.txtRegistered: Tue Nov 05 14:36:39 UTC 2024 - 615 bytes - Viewed (0) -
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)