- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2061 - 2070 of 3,449 for filetype:txt (0.05 sec)
-
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.txtRegistered: Mon Sep 01 02:00:58 UTC 2025 - 1.1K 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: Mon Sep 01 03:20:28 UTC 2025 - 853 bytes - Viewed (0) -
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: Mon Sep 01 02:43:57 UTC 2025 - 428 bytes - Viewed (0) -
msgget.txt
=over =item msgget KEY,FLAGS X<msgget> Calls the System V IPC function L<msgget(2)>. Returns the message queue id, or L<C<undef>|/undef EXPR> on error. See also L<perlipc/"SysV IPC"> and the docume...perldoc.perl.org/functions/msgget.txtRegistered: Mon Sep 01 04:31:24 UTC 2025 - 315 bytes - Viewed (0) -
getpeername.txt
=over =item getpeername SOCKET X<getpeername> X<peer> Returns the packed sockaddr address of the other end of the SOCKET connection. use Socket; my $hersockaddr = getpeername($sock); my ($port, $ia...perldoc.perl.org/functions/getpeername.txtRegistered: Mon Sep 01 04:14:35 UTC 2025 - 356 bytes - Viewed (0) -
when.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/when.txt Similar Results (2)Registered: Mon Sep 01 05:57:53 UTC 2025 - 174 bytes - Viewed (0) -
import.txt
=over =item import LIST X<import> There is no builtin C<import> function. It is just an ordinary method (subroutine) defined (or inherited) by modules that wish to export names to another module. T...perldoc.perl.org/functions/import.txtRegistered: Mon Sep 01 08:10:16 UTC 2025 - 378 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: Mon Sep 01 09:16:14 UTC 2025 - 152 bytes - Viewed (0) -
perlglossary.txt
=pod =encoding UTF-8 =head1 NAME perlglossary - Perl Glossary =head1 VERSION version 5.20250619 =head1 DESCRIPTION A glossary of terms (technical and otherwise) used in the Perl documentation, deri...perldoc.perl.org/perlglossary.txtRegistered: Sat Aug 30 05:04:53 UTC 2025 - 134.6K bytes - Viewed (0) -
perlunicode.txt
=head1 NAME perlunicode - Unicode support in Perl =head1 DESCRIPTION If you haven't already, before reading this document, you should become familiar with both L<perlunitut> and L<perluniintro>. Un...perldoc.perl.org/perlunicode.txtRegistered: Sat Aug 30 12:53:11 UTC 2025 - 88.7K bytes - Viewed (0)