Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 161 for timestamp:[now/d-1d TO *] (0.03 sec)

  1. perlreguts.txt

    =head1 NAME perlreguts - Description of the Perl regular expression engine. =head1 DESCRIPTION This document is an attempt to shine some light on the guts of the regex engine and how it works. The ...
    perldoc.perl.org/perlreguts.txt
    Registered: Thu Jan 01 16:39:55 UTC 2026
    - 42.4K bytes
    - Viewed (0)
  2. perl5262delta.txt

    =encoding utf8 =head1 NAME perl5262delta - what is new for perl v5.26.2 =head1 DESCRIPTION This document describes differences between the 5.26.1 release and the 5.26.2 release. If you are upgradin...
    perldoc.perl.org/perl5262delta.txt
    Registered: Thu Jan 01 15:07:20 UTC 2026
    - 7.5K bytes
    - Viewed (0)
  3. perl5261delta.txt

    =encoding utf8 =head1 NAME perl5261delta - what is new for perl v5.26.1 =head1 DESCRIPTION This document describes differences between the 5.26.0 release and the 5.26.1 release. If you are upgradin...
    perldoc.perl.org/perl5261delta.txt
    Registered: Thu Jan 01 14:03:00 UTC 2026
    - 7.5K bytes
    - Viewed (0)
  4. perl5282delta.txt

    =encoding utf8 =head1 NAME perl5282delta - what is new for perl v5.28.2 =head1 DESCRIPTION This document describes differences between the 5.28.1 release and the 5.28.2 release. If you are upgradin...
    perldoc.perl.org/perl5282delta.txt
    Registered: Thu Jan 01 12:56:42 UTC 2026
    - 6K bytes
    - Viewed (0)
  5. perl5301delta.txt

    =encoding utf8 =head1 NAME perl5301delta - what is new for perl v5.30.1 =head1 DESCRIPTION This document describes differences between the 5.30.0 release and the 5.30.1 release. If you are upgradin...
    perldoc.perl.org/perl5301delta.txt
    Registered: Thu Jan 01 13:26:17 UTC 2026
    - 5.6K bytes
    - Viewed (0)
  6. perl5401delta.txt

    =encoding utf8 =head1 NAME perl5401delta - what is new for perl v5.40.1 =head1 DESCRIPTION This document describes differences between the 5.40.0 release and the 5.40.1 release. If you are upgradin...
    perldoc.perl.org/perl5401delta.txt
    Registered: Thu Jan 01 14:37:54 UTC 2026
    - 5.5K bytes
    - Viewed (0)
  7. perl5343delta.txt

    =encoding utf8 =head1 NAME perl5343delta - what is new for perl v5.34.3 =head1 DESCRIPTION This document describes differences between the 5.34.1 release and the 5.34.3 release. B<Please note:> Thi...
    perldoc.perl.org/perl5343delta.txt
    Registered: Thu Jan 01 16:05:40 UTC 2026
    - 4K bytes
    - Viewed (0)
  8. Unicode::Collate::CJK::Pinyin.txt

    package Unicode::Collate::CJK::Pinyin; 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::Pinyin.txt
    Registered: Thu Jan 01 02:25:19 UTC 2026
    - 103.6K bytes
    - Viewed (0)
  9. Test2::Workflow::Build.txt

    package Test2::Workflow::Build; use strict; use warnings; our $VERSION = '1.302210'; use Test2::Workflow::Task::Group; our @BUILD_FIELDS; BEGIN { @BUILD_FIELDS = qw{ primary variant setup teardown ...
    perldoc.perl.org/Test2::Workflow::Build.txt
    Registered: Thu Jan 01 02:35:46 UTC 2026
    - 3.6K bytes
    - Viewed (0)
  10. Text::Abbrev.txt

    package Text::Abbrev; require 5.005; # Probably works on earlier versions too. require Exporter; our $VERSION = '1.02'; =head1 NAME Text::Abbrev - abbrev - create an abbreviation table from a list ...
    perldoc.perl.org/Text::Abbrev.txt
    Registered: Thu Jan 01 02:02:41 UTC 2026
    - 2K bytes
    - Viewed (0)
Back to top