Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 200 for timestamp:[now/d-1d TO *] (0.04 sec)

  1. Test2::Workflow::BlockBase.txt

    package Test2::Workflow::BlockBase; use strict; use warnings; our $VERSION = '1.302210'; use Test2::Util::HashBase qw/code frame _info _lines/; use Test2::Util::Sub qw/sub_info/; use List::Util qw/...
    perldoc.perl.org/Test2::Workflow::BlockBase.txt
    Registered: Fri Jan 23 00:43:24 UTC 2026
    - 3.1K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. perlpodstyle.txt

    =head1 NAME perlpodstyle - Perl POD style guide =head1 DESCRIPTION These are general guidelines for how to write POD documentation for Perl scripts and modules, based on general guidelines for writ...
    perldoc.perl.org/perlpodstyle.txt
    Registered: Fri Jan 23 08:42:46 UTC 2026
    - 11.8K bytes
    - Viewed (0)
  7. perldbmfilter.txt

    =head1 NAME perldbmfilter - Perl DBM Filters =head1 SYNOPSIS $db = tie %hash, 'DBM', ... $old_filter = $db->filter_store_key ( sub { ... } ); $old_filter = $db->filter_store_value( sub { ... } ); $...
    perldoc.perl.org/perldbmfilter.txt
    Registered: Fri Jan 23 09:00:58 UTC 2026
    - 4.8K bytes
    - Viewed (0)
  8. perl5402delta.txt

    =encoding utf8 =head1 NAME perl5402delta - what is new for perl v5.40.2 =head1 DESCRIPTION This document describes differences between the 5.40.1 release and the 5.40.2 release. If you are upgradin...
    perldoc.perl.org/perl5402delta.txt
    Registered: Fri Jan 23 07:14:51 UTC 2026
    - 3.5K bytes
    - Viewed (0)
  9. perlmroapi.txt

    =head1 NAME perlmroapi - Perl method resolution plugin interface =head1 DESCRIPTION As of Perl 5.10.1 there is a new interface for plugging and using method resolution orders other than the default...
    perldoc.perl.org/perlmroapi.txt
    Registered: Fri Jan 23 12:01:51 UTC 2026
    - 3.3K bytes
    - Viewed (0)
  10. perllexwarn.txt

    =head1 NAME perllexwarn - Perl Lexical Warnings =head1 DESCRIPTION Perl v5.6.0 introduced lexical control over the handling of warnings by category. The C<warnings> pragma generally replaces the co...
    perldoc.perl.org/perllexwarn.txt
    Registered: Fri Jan 23 06:40:17 UTC 2026
    - 355 bytes
    - Viewed (0)
Back to top