Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2381 - 2390 of about 10,000 for timestamp:[now/d-1y TO *] (0.15 sec)

  1. hex.txt

    =over =item hex EXPR X<hex> X<hexadecimal> =item hex Interprets EXPR as a hex string and returns the corresponding numeric value. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. print hex '0xAf'; # p...
    perldoc.perl.org/functions/hex.txt
    Registered: Thu Jun 05 06:05:24 UTC 2025
    - 938 bytes
    - Viewed (0)
  2. chr.txt

    =over =item chr NUMBER X<chr> X<character> X<ASCII> X<Unicode> =item chr Returns the character represented by that NUMBER in the character set. For example, C<chr(65)> is C<"A"> in either ASCII or ...
    perldoc.perl.org/functions/chr.txt
    Registered: Thu Jun 05 05:57:27 UTC 2025
    - 711 bytes
    - Viewed (0)
  3. opendir.txt

    =over =item opendir DIRHANDLE,EXPR X<opendir> Opens a directory named EXPR for processing by L<C<readdir>|/readdir DIRHANDLE>, L<C<telldir>|/telldir DIRHANDLE>, L<C<seekdir>|/seekdir DIRHANDLE,POS>...
    perldoc.perl.org/functions/opendir.txt
    Registered: Thu Jun 05 05:41:57 UTC 2025
    - 768 bytes
    - Viewed (0)
  4. say.txt

    =over =item say FILEHANDLE LIST X<say> =item say FILEHANDLE =item say LIST =item say Just like L<C<print>|/print FILEHANDLE LIST>, but implicitly appends a newline at the end of the LIST instead of...
    perldoc.perl.org/functions/say.txt
    Registered: Thu Jun 05 10:28:18 UTC 2025
    - 710 bytes
    - Viewed (0)
  5. perl5240delta.txt

    =encoding utf8 =head1 NAME perl5240delta - what is new for perl v5.24.0 =head1 DESCRIPTION This document describes the differences between the 5.22.0 release and the 5.24.0 release. =head1 Core Enh...
    perldoc.perl.org/perl5240delta.txt Similar Results (1)
    Registered: Thu Jun 12 22:10:56 UTC 2025
    - 63K bytes
    - Viewed (0)
  6. perl5380delta.txt

    =encoding utf8 =head1 NAME perl5380delta - what is new for perl v5.38.0 =head1 DESCRIPTION This document describes differences between the 5.36.0 release and the 5.38.0 release. =head1 Core Enhance...
    perldoc.perl.org/perl5380delta.txt
    Registered: Thu Jun 12 20:10:27 UTC 2025
    - 67.3K bytes
    - Viewed (0)
  7. perlthrtut.txt

    =encoding utf8 =head1 NAME perlthrtut - Tutorial on threads in Perl =head1 DESCRIPTION This tutorial describes the use of Perl interpreter threads (sometimes referred to as I<ithreads>). In this mo...
    perldoc.perl.org/perlthrtut.txt
    Registered: Thu Jun 12 21:50:39 UTC 2025
    - 44.4K bytes
    - Viewed (0)
  8. perlgov.txt

    =encoding utf-8 =head1 NAME perlgov - Perl Rules of Governance =head1 PREAMBLE We are forming a system of governance for development of the Perl programming language. The scope of governance includ...
    perldoc.perl.org/perlgov.txt
    Registered: Thu Jun 12 20:47:32 UTC 2025
    - 16.1K bytes
    - Viewed (0)
  9. 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: Fri Jun 13 00:33:21 UTC 2025
    - 13.9K bytes
    - Viewed (0)
  10. 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: Thu Jun 12 21:15:52 UTC 2025
    - 15.2K bytes
    - Viewed (0)
Back to top