- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 151 - 160 of 406 for timestamp:[now/d-1d TO *] (0.02 sec)
-
Win32CORE.txt
package Win32CORE; $VERSION = '0.04'; # There is no reason to load this module explicitly. It will be # initialized using xs_init() when the interpreter is constructed. 1; __END__ =head1 NAME Win32...perldoc.perl.org/Win32CORE.txtRegistered: Mon Feb 17 04:33:25 UTC 2025 - 1.3K bytes - Viewed (0) -
Win32API::File.txt
# File.pm -- Low-level access to Win32 file/dir functions/constants. package Win32API::File; use strict; use integer; use Carp; use Config qw( %Config ); use Fcntl qw( O_RDONLY O_RDWR O_WRONLY O_AP...perldoc.perl.org/Win32API::File.txtRegistered: Mon Feb 17 10:13:49 UTC 2025 - 95.5K bytes - Viewed (0) -
@INC.txt
=over =item @INC X<@INC> The array C<@INC> contains the list of places that the C<do EXPR>, C<require>, or C<use> constructs look for their library files. It initially consists of the arguments to ...perldoc.perl.org/variables/@INC.txtRegistered: Mon Feb 17 13:27:58 UTC 2025 - 987 bytes - Viewed (0) -
Test2::Util::Table::LineBreak.txt
package Test2::Util::Table::LineBreak; use strict; use warnings; our $VERSION = '0.000162'; use base 'Term::Table::LineBreak'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Util::Table::LineBr...perldoc.perl.org/Test2::Util::Table::LineBreak.txtRegistered: Mon Feb 17 09:30:29 UTC 2025 - 1.1K bytes - Viewed (0) -
%!.txt
=over =item %OS_ERROR =item %ERRNO =item %! X<%!> X<%OS_ERROR> X<%ERRNO> Each element of C<%!> has a true value only if C<$!> is set to that value. For example, C<$!{ENOENT}> is true if and only if...perldoc.perl.org/variables/%!.txtRegistered: Mon Feb 17 15:11:12 UTC 2025 - 758 bytes - Viewed (0) -
$^O.txt
=over =item $OSNAME =item $^O X<$^O> X<$OSNAME> The name of the operating system under which this copy of Perl was built, as determined during the configuration process. For examples see L<perlport...perldoc.perl.org/variables/$^O.txtRegistered: Mon Feb 17 11:28:56 UTC 2025 - 670 bytes - Viewed (0) -
${^RE_TRIE_MAXBUF}.txt
=over =item ${^RE_TRIE_MAXBUF} X<${^RE_TRIE_MAXBUF}> Controls how certain regex optimisations are applied and how much memory they utilize. This value by default is 65536 which corresponds to a 512...perldoc.perl.org/variables/${^RE_TRIE_MAXBUF}.txtRegistered: Mon Feb 17 14:46:26 UTC 2025 - 632 bytes - Viewed (0) -
@ISA.txt
=over =item @ISA X<@ISA> Each package contains a special array called C<@ISA> which contains a list of that class's parent classes, if any. This array is simply a list of scalars, each of which is ...perldoc.perl.org/variables/@ISA.txtRegistered: Mon Feb 17 12:46:44 UTC 2025 - 562 bytes - Viewed (0) -
$^F.txt
=over =item $SYSTEM_FD_MAX =item $^F X<$^F> X<$SYSTEM_FD_MAX> The maximum system file descriptor, ordinarily 2. System file descriptors are passed to C<exec()>ed processes, while higher file descri...perldoc.perl.org/variables/$^F.txtRegistered: Mon Feb 17 13:22:02 UTC 2025 - 574 bytes - Viewed (0) -
%-.txt
=over =item %{^CAPTURE_ALL} X<%{^CAPTURE_ALL}> =item %- X<%-> Similar to C<%+>, this variable allows access to the named capture groups in the last successful match in the currently active dynamic ...perldoc.perl.org/variables/%-.txtRegistered: Mon Feb 17 18:02:12 UTC 2025 - 1.6K bytes - Viewed (0)