Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

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

  1. 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 May 16 05:25:37 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  2. perlop.txt

    =head1 NAME X<operator> perlop - Perl operators and precedence =head1 DESCRIPTION In Perl, the operator determines what operation is performed, independent of the type of the operands. For example ...
    perldoc.perl.org/perlop.txt
    Registered: Fri May 17 11:37:25 UTC 2024
    - 148.4K bytes
    - Viewed (0)
  3. Unicode::UCD.txt

    package Unicode::UCD; use strict; use warnings; no warnings 'surrogate'; # surrogates can be inputs to this use charnames (); our $VERSION = '0.78'; sub DEBUG () { 0 } $|=1 if DEBUG; require Export...
    perldoc.perl.org/Unicode::UCD.txt
    Registered: Thu May 16 08:27:58 UTC 2024
    - 181.9K bytes
    - Viewed (1)
  4. perlfunc.txt

    =head1 NAME X<function> perlfunc - Perl builtin functions =head1 DESCRIPTION The functions in this section can serve as terms in an expression. They fall into two major categories: list operators a...
    perldoc.perl.org/perlfunc.txt
    Registered: Fri May 17 14:36:47 UTC 2024
    - 412.3K bytes
    - Viewed (0)
  5. Unicode::Collate::CJK::Zhuyin.txt

    package Unicode::Collate::CJK::Zhuyin; 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::Zhuyin.txt
    Registered: Thu May 16 08:20:45 UTC 2024
    - 110K bytes
    - Viewed (0)
  6. perlretut.txt

    =head1 NAME perlretut - Perl regular expressions tutorial =head1 DESCRIPTION This page provides a basic tutorial on understanding, creating and using regular expressions in Perl. It serves as a com...
    perldoc.perl.org/perlretut.txt
    Registered: Fri May 17 13:33:13 UTC 2024
    - 120.5K bytes
    - Viewed (0)
  7. Unicode::Collate::CJK::Stroke.txt

    package Unicode::Collate::CJK::Stroke; 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::Stroke.txt
    Registered: Thu May 16 05:33:30 UTC 2024
    - 118.8K bytes
    - Viewed (0)
  8. perlre.txt

    =head1 NAME X<regular expression> X<regex> X<regexp> perlre - Perl regular expressions =head1 DESCRIPTION This page describes the syntax of regular expressions in Perl. If you haven't used regular ...
    perldoc.perl.org/perlre.txt
    Registered: Fri May 17 13:41:36 UTC 2024
    - 132.6K bytes
    - Viewed (0)
Back to top