- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 152 for timestamp:[now/d-1d TO *] (0.02 sec)
-
perlebcdic.txt
=encoding utf8 =head1 NAME perlebcdic - Considerations for running Perl on EBCDIC platforms =head1 DESCRIPTION An exploration of some of the issues facing Perl programmers on EBCDIC based computers...perldoc.perl.org/perlebcdic.txtRegistered: Tue Nov 18 05:47:26 UTC 2025 - 82.4K bytes - Viewed (0) -
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: Tue Nov 18 02:15:29 UTC 2025 - 78.9K bytes - Viewed (0) -
overload.txt
package overload; use strict; no strict 'refs'; our $VERSION = '1.40'; our %ops = ( with_assign => "+ - * / % ** << >> x .", assign => "+= -= *= /= %= **= <<= >>= x= .=", num_comparison => "< <= > ...perldoc.perl.org/overload.txtRegistered: Tue Nov 18 02:07:47 UTC 2025 - 53.4K bytes - Viewed (0) -
perlsec.txt
=head1 NAME perlsec - Perl security =head1 DESCRIPTION Perl is designed to make it easy to program securely even when running with extra privileges, like setuid or setgid programs. Unlike most comm...perldoc.perl.org/perlsec.txtRegistered: Tue Nov 18 04:59:15 UTC 2025 - 27.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: Tue Nov 18 03:10:34 UTC 2025 - 27.5K bytes - Viewed (0) -
perlfaq9.txt
=pod =encoding UTF-8 =head1 NAME perlfaq9 - Web, Email and Networking =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section deals with questions related to running web sites, sending an...perldoc.perl.org/perlfaq9.txtRegistered: Tue Nov 18 01:24:39 UTC 2025 - 14.9K 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: Tue Nov 18 06:04:19 UTC 2025 - 18.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: Tue Nov 18 07:28:13 UTC 2025 - 3K bytes - Viewed (0) -
ExtUtils::MakeMaker.txt
# $Id$ package ExtUtils::MakeMaker; use strict; use warnings; BEGIN {require 5.006;} require Exporter; use ExtUtils::MakeMaker::Config; use ExtUtils::MakeMaker::version; # ensure we always have our...perldoc.perl.org/ExtUtils::MakeMaker.txtRegistered: Tue Nov 18 23:16:17 UTC 2025 - 106.9K bytes - Viewed (0) -
perl5420delta.txt
=encoding utf8 =head1 NAME perldelta - what is new for perl v5.42.0 =head1 DESCRIPTION This document describes differences between the 5.42.0 release and the 5.40.0 release. =head1 Core Enhancement...perldoc.perl.org/perl5420delta.txtRegistered: Wed Nov 19 03:15:55 UTC 2025 - 49.1K bytes - Viewed (0)