Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 81 for timestamp:[now/d-1d TO *] (0.03 sec)

  1. perlthrtut.txt

    =encoding utf8 =head1 NAME perlthrtut - Tutorial on threads in Perl =head1 DESCRIPTION This tutorial describes the use of Perl interpreter threads (sometimes referred to as I<ithreads>). In this mo...
    perldoc.perl.org/perlthrtut.txt
    Registered: Fri Jan 23 05:57:44 UTC 2026
    - 45K bytes
    - Viewed (0)
  2. Test::Tutorial.txt

    =head1 NAME Test::Tutorial - A tutorial about writing really basic tests =head1 DESCRIPTION I<AHHHHHHH!!!! NOT TESTING! Anything but testing! Beat me, whip me, send me to Detroit, but don't make me...
    perldoc.perl.org/Test::Tutorial.txt
    Registered: Fri Jan 23 03:51:29 UTC 2026
    - 18.9K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Fri Jan 23 03:26:54 UTC 2026
    - 18.5K bytes
    - Viewed (0)
  4. perlform.txt

    =head1 NAME X<format> X<report> X<chart> perlform - Perl formats =head1 DESCRIPTION Perl has a mechanism to help you generate simple reports and charts. To facilitate this, Perl helps you code up y...
    perldoc.perl.org/perlform.txt
    Registered: Fri Jan 23 05:03:14 UTC 2026
    - 16.3K bytes
    - Viewed (0)
  5. XSLoader.txt

    # Generated from XSLoader_pm.PL (resolved %Config::Config value) # This file is unique for every OS use strict; no strict 'refs'; package XSLoader; our $VERSION = "0.32"; # remember to update versi...
    perldoc.perl.org/XSLoader.txt
    Registered: Fri Jan 23 02:53:22 UTC 2026
    - 11.1K bytes
    - Viewed (0)
  6. Thread::Queue.txt

    package Thread::Queue; use strict; use warnings; our $VERSION = '3.14'; # remember to update version in POD! $VERSION = eval $VERSION; use threads::shared 1.21; use Scalar::Util 1.10 qw(looks_like_...
    perldoc.perl.org/Thread::Queue.txt
    Registered: Fri Jan 23 00:36:20 UTC 2026
    - 17.3K bytes
    - Viewed (0)
  7. Unicode::Collate::CJK::GB2312.txt

    package Unicode::Collate::CJK::GB2312; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { nex...
    perldoc.perl.org/Unicode::Collate::CJK::GB2312.txt
    Registered: Fri Jan 23 02:05:30 UTC 2026
    - 34.4K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Fri Jan 23 07:06:33 UTC 2026
    - 49.1K bytes
    - Viewed (0)
  9. perlreapi.txt

    =head1 NAME perlreapi - Perl regular expression plugin interface =head1 DESCRIPTION As of Perl 5.9.5 there is a new interface for plugging and using regular expression engines other than the defaul...
    perldoc.perl.org/perlreapi.txt
    Registered: Fri Jan 23 09:33:02 UTC 2026
    - 34.7K bytes
    - Viewed (0)
  10. perlreref.txt

    =head1 NAME perlreref - Perl Regular Expressions Reference =head1 DESCRIPTION This is a quick reference to Perl's regular expressions. For full information see L<perlre> and L<perlop>, as well as t...
    perldoc.perl.org/perlreref.txt
    Registered: Fri Jan 23 10:34:25 UTC 2026
    - 15.2K bytes
    - Viewed (0)
Back to top