- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 81 - 90 of 337 for timestamp:[now/d-1d TO *] (0.02 sec)
-
__LINE__.txt
=over =item __LINE__ X<__LINE__> A special token that compiles to the current line number. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 187perldoc.perl.org/functions/__LINE__.txtRegistered: Thu Apr 03 06:09:19 UTC 2025 - 187 bytes - Viewed (0) -
no.txt
=over =item no MODULE VERSION LIST X<no declarations> X<unimporting> =item no MODULE VERSION =item no MODULE LIST =item no MODULE =item no VERSION See the L<C<use>|/use Module VERSION LIST> functio...perldoc.perl.org/functions/no.txtRegistered: Thu Apr 03 05:17:27 UTC 2025 - 271 bytes - Viewed (0) -
semctl.txt
=over =item semctl ID,SEMNUM,CMD,ARG X<semctl> Calls the System V IPC function L<semctl(2)>. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is IPC_...perldoc.perl.org/functions/semctl.txtRegistered: Thu Apr 03 11:59:35 UTC 2025 - 762 bytes - Viewed (0) -
msgctl.txt
=over =item msgctl ID,CMD,ARG X<msgctl> Calls the System V IPC function L<msgctl(2)>. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is C<IPC_STAT>...perldoc.perl.org/functions/msgctl.txtRegistered: Thu Apr 03 14:46:19 UTC 2025 - 616 bytes - Viewed (0) -
gmtime.txt
=over =item gmtime EXPR X<gmtime> X<UTC> X<Greenwich> =item gmtime Works just like L<C<localtime>|/localtime EXPR>, but the returned values are localized for the standard Greenwich time zone. Note:...perldoc.perl.org/functions/gmtime.txtRegistered: Thu Apr 03 15:44:47 UTC 2025 - 379 bytes - Viewed (0) -
encoding.txt
# $Id: encoding.pm,v 3.00 2020/04/19 10:56:28 dankogai Exp $ package encoding; our $VERSION = sprintf "%d.%02d", q$Revision: 3.00 $ =~ /(\d+)/g; use Encode; use strict; use warnings; use Config; us...perldoc.perl.org/encoding.txtRegistered: Thu Apr 03 22:05:47 UTC 2025 - 22.4K bytes - Viewed (0) -
bigfloat.txt
package bigfloat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw...perldoc.perl.org/bigfloat.txtRegistered: Thu Apr 03 21:56:37 UTC 2025 - 21.4K bytes - Viewed (0) -
fields.txt
use 5.008; package fields; require 5.005; use strict; no strict 'refs'; unless( eval q{require warnings::register; warnings::register->import; 1} ) { *warnings::warnif = sub { require Carp; Carp::c...perldoc.perl.org/fields.txtRegistered: Thu Apr 03 22:55:40 UTC 2025 - 9.2K bytes - Viewed (0) -
encoding::warnings.txt
package encoding::warnings; $encoding::warnings::VERSION = '0.14'; use strict; use 5.007; =head1 NAME encoding::warnings - Warn on implicit encoding conversions =head1 VERSION This document describ...perldoc.perl.org/encoding::warnings.txtRegistered: Thu Apr 03 22:48:54 UTC 2025 - 7K bytes - Viewed (0) -
bytes.txt
package bytes 1.09; use v5.38; BEGIN { $bytes::hint_bits = 0x0000_0008 } sub import { $^H |= $bytes::hint_bits } sub unimport { $^H &= ~$bytes::hint_bits } sub chr :prototype(_) { BEGIN { import() ...perldoc.perl.org/bytes.txtRegistered: Thu Apr 03 22:33:37 UTC 2025 - 3.8K bytes - Viewed (0)