- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 31 for timestamp:[now/d-1d TO *] (0.03 sec)
-
Text::Balanced.txt
# Copyright (C) 1997-2001 Damian Conway. All rights reserved. # Copyright (C) 2009 Adam Kennedy. # Copyright (C) 2015, 2022 Steve Hay and other contributors. All rights # reserved. # This module is...perldoc.perl.org/Text::Balanced.txtRegistered: Thu Apr 03 20:44:51 UTC 2025 - 78.9K bytes - Viewed (0) -
overload.txt
package overload; use strict; no strict 'refs'; our $VERSION = '1.37'; our %ops = ( with_assign => "+ - * / % ** << >> x .", assign => "+= -= *= /= %= **= <<= >>= x= .=", num_comparison => "< <= > ...perldoc.perl.org/overload.txtRegistered: Thu Apr 03 19:48:47 UTC 2025 - 53.4K bytes - Viewed (0) -
bignum.txt
package bignum; 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/bignum.txtRegistered: Thu Apr 03 19:20:38 UTC 2025 - 27.5K bytes - Viewed (0) -
Unicode::Collate::Locale.txt
package Unicode::Collate::Locale; use strict; use warnings; use Carp; use base qw(Unicode::Collate); our $VERSION = '1.31'; my $PL_EXT = '.pl'; my %LocaleFile = map { ($_, $_) } qw( af ar as az be ...perldoc.perl.org/Unicode::Collate::Locale.txtRegistered: Thu Apr 03 19:41:32 UTC 2025 - 18.5K bytes - Viewed (0) -
base.txt
use 5.008; package base; use strict 'vars'; our $VERSION = '2.27'; $VERSION =~ tr/_//d; # simplest way to avoid indexing of the package: no package statement sub base::__inc::unhook { @INC = grep !...perldoc.perl.org/base.txtRegistered: Thu Apr 03 22:09:33 UTC 2025 - 10.7K bytes - Viewed (0) -
builtin.txt
package builtin 0.014; use strict; use warnings; # All code, including &import, is implemented by always-present # functions in the perl interpreter itself. # See also `builtin.c` in perl source 1;...perldoc.perl.org/builtin.txtRegistered: Thu Apr 03 22:41:26 UTC 2025 - 12.9K bytes - Viewed (0) -
autodie::hints.txt
package autodie::hints; use strict; use warnings; use constant PERL58 => ( $] < 5.009 ); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Provide hints about user subr...perldoc.perl.org/autodie::hints.txtRegistered: Thu Apr 03 23:09:50 UTC 2025 - 16.7K bytes - Viewed (0) -
qx/STRING/ - Perldoc Browser
functions / qx/STRING/ ( source , CPAN ) # q/STRING/ # qq/STRING/ # qw/STRING/ # qx/STRING/ Generalized quotes. See "...perldoc.perl.org/functions/qx/STRING/Registered: Thu Apr 03 05:40:10 UTC 2025 - 21.9K 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)