Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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 Nov 14 07:43:44 UTC 2025
    - 34.4K bytes
    - Viewed (0)
  2. 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 Nov 14 07:29:45 UTC 2025
    - 11.1K bytes
    - Viewed (0)
  3. %{^CAPTURE_ALL} - Perldoc Browser

    variables / %{^CAPTURE_ALL} ( source , CPAN ) # %{^CAPTURE_ALL} # %- Similar to %+ , this variable allows access to t...
    perldoc.perl.org/variables/%{^CAPTURE_ALL}
    Registered: Fri Nov 14 16:54:37 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  4. Time::Local.txt

    package Time::Local; use strict; use Carp (); use Exporter; our $VERSION = '1.35'; use parent 'Exporter'; our @EXPORT = qw( timegm timelocal ); our @EXPORT_OK = qw( timegm_modern timelocal_modern t...
    perldoc.perl.org/Time::Local.txt
    Registered: Fri Nov 14 04:39:25 UTC 2025
    - 16.9K bytes
    - Viewed (0)
  5. Test2::Mock.txt

    package Test2::Mock; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak confess/; our @CARP_NOT = (__PACKAGE__); use Scalar::Util qw/weaken reftype blessed set_prototype/; use T...
    perldoc.perl.org/Test2::Mock.txt
    Registered: Fri Nov 14 03:33:03 UTC 2025
    - 22.3K bytes
    - Viewed (0)
  6. Test2::Util::Importer.txt

    package Test2::Util::Importer; use strict; no strict 'refs'; use warnings; no warnings 'once'; our $VERSION = '1.302210'; my %SIG_TO_SLOT = ( '&' => 'CODE', '$' => 'SCALAR', '%' => 'HASH', '@' => '...
    perldoc.perl.org/Test2::Util::Importer.txt
    Registered: Fri Nov 14 04:00:57 UTC 2025
    - 22K bytes
    - Viewed (0)
  7. Test2::Transition.txt

    =pod =head1 NAME Test2::Transition - Transition notes when upgrading to Test2 =head1 DESCRIPTION This is where gotchas and breakages related to the Test2 upgrade are documented. The upgrade causes ...
    perldoc.perl.org/Test2::Transition.txt
    Registered: Fri Nov 14 02:40:49 UTC 2025
    - 13.2K bytes
    - Viewed (0)
  8. Unicode::Normalize.txt

    package Unicode::Normalize; use 5.006; use strict; use warnings; use Carp; no warnings 'utf8'; our $VERSION = '1.32'; our $PACKAGE = __PACKAGE__; our @EXPORT = qw( NFC NFD NFKC NFKD ); our @EXPORT_...
    perldoc.perl.org/Unicode::Normalize.txt
    Registered: Fri Nov 14 06:35:21 UTC 2025
    - 19.5K bytes
    - Viewed (0)
  9. $/ - Perldoc Browser

    variables / $/ ( source , CPAN ) # IO::Handle->input_record_separator( EXPR ) # $INPUT_RECORD_SEPARATOR # $RS # $/ Th...
    perldoc.perl.org/variables/$/
    Registered: Fri Nov 14 13:27:55 UTC 2025
    - 19.2K bytes
    - Viewed (0)
  10. Unicode::Collate::CJK::Big5.txt

    package Unicode::Collate::CJK::Big5; 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) { next ...
    perldoc.perl.org/Unicode::Collate::CJK::Big5.txt
    Registered: Fri Nov 14 08:56:29 UTC 2025
    - 64.9K bytes
    - Viewed (0)
Back to top