- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 291 - 300 of 406 for timestamp:[now/d-1d TO *] (0.02 sec)
-
our.txt
=over =item our VARLIST X<our> X<global> =item our TYPE VARLIST =item our VARLIST : ATTRS =item our TYPE VARLIST : ATTRS L<C<our>|/our VARLIST> makes a lexical alias to a package (i.e. global) vari...perldoc.perl.org/functions/our.txtRegistered: Tue Feb 18 19:24:53 UTC 2025 - 4.7K bytes - Viewed (0) -
warn.txt
=over =item warn LIST X<warn> X<warning> X<STDERR> Emits a warning, usually by printing it to C<STDERR>. C<warn> interprets its operand LIST in the same way as C<die>, but is slightly different in ...perldoc.perl.org/functions/warn.txtRegistered: Tue Feb 18 17:35:18 UTC 2025 - 2.1K bytes - Viewed (0) -
break.txt
=over =item break Break out of a C<given> block. L<C<break>|/break> is available only if the L<C<"switch"> feature|feature/The 'switch' feature> is enabled or if it is prefixed with C<CORE::>. The ...perldoc.perl.org/functions/break.txtRegistered: Tue Feb 18 19:20:25 UTC 2025 - 349 bytes - Viewed (0) -
tied.txt
=over =item tied VARIABLE X<tied> Returns a reference to the object underlying VARIABLE (the same value that was originally returned by the L<C<tie>|/tie VARIABLE,CLASSNAME,LIST> call that bound th...perldoc.perl.org/functions/tied.txtRegistered: Tue Feb 18 17:27:17 UTC 2025 - 297 bytes - Viewed (0) -
y.txt
=over =item y/// The transliteration operator. Same as L<C<trE<sol>E<sol>E<sol>>|/trE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 153perldoc.perl.org/functions/y.txtRegistered: Tue Feb 18 20:27:21 UTC 2025 - 153 bytes - Viewed (0) -
__DATA__.txt
=over =item __DATA__ =item __END__ These keywords are documented in L<perldata/"Special Literals">. =back 109perldoc.perl.org/functions/__DATA__.txtRegistered: Tue Feb 18 19:58:14 UTC 2025 - 109 bytes - Viewed (0) -
catch.txt
=over =item try =item catch =item finally These flow-control keywords related to the experimental C<try> feature are documented in L<perlsyn/"Try Catch Exception Handling">. =back 184perldoc.perl.org/functions/catch.txtRegistered: Tue Feb 18 22:27:48 UTC 2025 - 184 bytes - Viewed (0) -
Tie::File.txt
package Tie::File; use strict; use warnings; use Carp ':DEFAULT', 'confess'; use POSIX 'SEEK_SET'; use Fcntl 'O_CREAT', 'O_RDWR', 'LOCK_EX', 'LOCK_SH', 'O_WRONLY', 'O_RDONLY'; use constant O_ACCMOD...perldoc.perl.org/Tie::File.txtRegistered: Mon Feb 17 09:24:50 UTC 2025 - 75.7K bytes - Viewed (0) -
Test::Harness::Beyond.txt
=head1 NAME Test::Harness::Beyond - Beyond make test =head1 Beyond make test Test::Harness is responsible for running test scripts, analysing their output and reporting success or failure. When I t...perldoc.perl.org/Test::Harness::Beyond.txtRegistered: Mon Feb 17 10:27:19 UTC 2025 - 15.2K bytes - Viewed (0) -
Tie::Array.txt
package Tie::Array; use 5.006_001; use strict; use Carp; our $VERSION = '1.07'; # Pod documentation after __END__ below. sub DESTROY { } sub EXTEND { } sub UNSHIFT { scalar shift->SPLICE(0,0,@_) } ...perldoc.perl.org/Tie::Array.txtRegistered: Mon Feb 17 08:56:12 UTC 2025 - 7.1K bytes - Viewed (0)