- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 2,134 for timestamp:[now/d-1M TO *] (0.03 sec)
-
improved-lazy-vals-initialization.html
docs.scala-lang.org/sips/sips/improved-lazy-vals-initialization.html Similar Results (46)Registered: Fri Oct 24 07:05:15 UTC 2025 - Last Modified: Fri Oct 24 03:30:22 UTC 2025 - 1 bytes - Viewed (0) -
1.11.1
Tag: . CoreDNS-1.11.1 Release CoreDNS-1.11.1 Release Notes. 2023-08-15coredns.io/tags/1.11.1/Registered: Wed Oct 15 00:31:22 UTC 2025 - 5.5K bytes - Viewed (0) -
ODBM_File.txt
package ODBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.20"; XSLoader::load(); 1; __END__ =head1 NAME ODBM_File - Tied access t...perldoc.perl.org/ODBM_File.txtRegistered: Thu Oct 16 11:07:17 UTC 2025 - 3K bytes - Viewed (0) -
sort.txt
package sort; use strict; use warnings; our $VERSION = '2.06'; sub import { shift; if (@_ == 0) { require Carp; Carp::croak("sort pragma requires arguments"); } $^H{sort} //= 0; for my $subpragma (...perldoc.perl.org/sort.txtRegistered: Thu Oct 16 07:06:44 UTC 2025 - 3K bytes - Viewed (0) -
IPC::Semaphore.txt
########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...perldoc.perl.org/IPC::Semaphore.txtRegistered: Sun Oct 19 10:49:51 UTC 2025 - 6.3K bytes - Viewed (0) -
Net::FTP::dataconn.txt
## ## Generic data connection package ## package Net::FTP::dataconn; use 5.008001; use strict; use warnings; use Carp; use Errno; use Net::Cmd; our $VERSION = '3.15'; $Net::FTP::IOCLASS or die "ple...perldoc.perl.org/Net::FTP::dataconn.txtRegistered: Sun Oct 19 14:01:32 UTC 2025 - 4.9K bytes - Viewed (0) -
IO::File.txt
# package IO::File; =head1 NAME IO::File - supply object methods for filehandles =head1 SYNOPSIS use IO::File; my $fh = IO::File->new(); if ($fh->open("< file")) { print <$fh>; $fh->close; } my $fh...perldoc.perl.org/IO::File.txtRegistered: Sun Oct 19 10:41:33 UTC 2025 - 4.3K bytes - Viewed (0) -
IO.txt
# package IO; use XSLoader (); use Carp; use strict; use warnings; our $VERSION = "1.55"; XSLoader::load 'IO', $VERSION; sub import { shift; warnings::warnif('deprecated', qq{Parameterless "use IO"...perldoc.perl.org/IO.txtRegistered: Sun Oct 19 11:39:35 UTC 2025 - 1.4K bytes - Viewed (0) -
PerlIO::encoding.txt
package PerlIO::encoding; use strict; our $VERSION = '0.31'; our $DEBUG = 0; $DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n"; # # Equivalent of this is done in encoding.xs - do...perldoc.perl.org/PerlIO::encoding.txtRegistered: Sun Oct 19 13:17:24 UTC 2025 - 1.2K bytes - Viewed (0) -
Memoize::Storable.txt
use strict; use warnings; package Memoize::Storable; our $VERSION = '1.17'; use Storable 1.002 (); # for lock_* function variants our $Verbose; sub TIEHASH { my $package = shift; my $filename = shi...perldoc.perl.org/Memoize::Storable.txtRegistered: Sun Oct 19 08:11:58 UTC 2025 - 1.3K bytes - Viewed (0)