Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. overload.txt

    package overload; use strict; no strict 'refs'; our $VERSION = '1.40'; our %ops = ( with_assign => "+ - * / % ** << >> x .", assign => "+= -= *= /= %= **= <<= >>= x= .=", num_comparison => "< <= > ...
    perldoc.perl.org/overload.txt
    Registered: Sun Nov 09 04:11:13 UTC 2025
    - 53.4K bytes
    - Viewed (0)
  2. perlwin32.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlwin32.txt
    Registered: Sun Nov 09 00:55:52 UTC 2025
    - 31.1K bytes
    - Viewed (0)
  3. perlsolaris.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specifically designed to be readable as is....
    perldoc.perl.org/perlsolaris.txt
    Registered: Sun Nov 09 02:13:55 UTC 2025
    - 29.1K bytes
    - Viewed (0)
  4. perlos390.txt

    # vim: syntax=pod This document is written in pod format hence there are punctuation characters in odd places. You can read more about pod in pod/perlpod.pod or the short summary in the INSTALL fil...
    perldoc.perl.org/perlos390.txt
    Registered: Sun Nov 09 01:19:33 UTC 2025
    - 13.9K bytes
    - Viewed (0)
  5. strict.txt

    package strict; $strict::VERSION = "1.14"; my ( %bitmask, %explicit_bitmask ); BEGIN { # Verify that we're called correctly so that strictures will work. # Can't use Carp, since Carp uses us! # see...
    perldoc.perl.org/strict.txt
    Registered: Sun Nov 09 03:32:47 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  6. perlos400.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlos400.txt
    Registered: Sun Nov 09 02:58:16 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  7. perlrepository.txt

    =encoding utf8 =head1 NAME perlrepository - Links to current information on the Perl source repository =head1 DESCRIPTION Perl's source code is stored in a Git repository. See L<perlhack> for an ex...
    perldoc.perl.org/perlrepository.txt
    Registered: Sun Nov 09 00:36:39 UTC 2025
    - 509 bytes
    - Viewed (0)
  8. perltodo.txt

    =head1 NAME perltodo - Link to the Perl to-do list =head1 DESCRIPTION The Perl 5 to-do list is maintained in the git repository, and can be viewed at L<https://github.com/Perl/perl5/blob/blead/Port...
    perldoc.perl.org/perltodo.txt
    Registered: Sun Nov 09 00:15:27 UTC 2025
    - 372 bytes
    - Viewed (0)
  9. perlboot.txt

    =encoding utf8 =head1 NAME perlboot - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlo...
    perldoc.perl.org/perlboot.txt
    Registered: Sun Nov 09 01:09:53 UTC 2025
    - 294 bytes
    - Viewed (0)
  10. 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)
Back to top