Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 170 of 393 for timestamp:[now/d-1d TO *] (0.03 sec)

  1. int.txt

    =over =item int EXPR X<int> X<integer> X<truncate> X<trunc> X<floor> =item int Returns the integer portion of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. You should not use this function fo...
    perldoc.perl.org/functions/int.txt
    Registered: Fri Apr 18 13:48:34 UTC 2025
    - 760 bytes
    - Viewed (0)
  2. chop.txt

    =over =item chop VARIABLE X<chop> =item chop( LIST ) =item chop Chops off the last character of a string and returns the character chopped. It is much more efficient than C<s/.$//s> because it neit...
    perldoc.perl.org/functions/chop.txt
    Registered: Fri Apr 18 15:25:36 UTC 2025
    - 785 bytes
    - Viewed (0)
  3. __FILE__.txt

    =over =item __FILE__ X<__FILE__> A special token that returns the name of the file in which it occurs. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 199
    perldoc.perl.org/functions/__FILE__.txt
    Registered: Fri Apr 18 14:28:14 UTC 2025
    - 199 bytes
    - Viewed (0)
  4. perlunicode.txt

    =head1 NAME perlunicode - Unicode support in Perl =head1 DESCRIPTION If you haven't already, before reading this document, you should become familiar with both L<perlunitut> and L<perluniintro>. Un...
    perldoc.perl.org/perlunicode.txt
    Registered: Thu Apr 17 09:49:28 UTC 2025
    - 88.7K bytes
    - Viewed (0)
  5. perlhacktips.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlhacktips.pod =head1 NAME perlhacktips - Tips for Perl core C code hacking =head1 DESC...
    perldoc.perl.org/perlhacktips.txt
    Registered: Thu Apr 17 14:39:52 UTC 2025
    - 74.4K bytes
    - Viewed (0)
  6. perlmodlib.txt

    -*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by pod/perlmodlib.PL extracting documentation from the Perl source files. Any changes made here will ...
    perldoc.perl.org/perlmodlib.txt
    Registered: Thu Apr 17 16:02:28 UTC 2025
    - 66.3K bytes
    - Viewed (0)
  7. perlcall.txt

    =head1 NAME perlcall - Perl calling conventions from C =head1 DESCRIPTION The purpose of this document is to show you how to call Perl subroutines directly from C, i.e., how to write I<callbacks>. ...
    perldoc.perl.org/perlcall.txt
    Registered: Thu Apr 17 17:44:32 UTC 2025
    - 55.7K bytes
    - Viewed (0)
  8. perlgit.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlgit.pod =head1 NAME perlgit - Detailed information about git and the Perl repository ...
    perldoc.perl.org/perlgit.txt
    Registered: Thu Apr 17 11:43:34 UTC 2025
    - 31K bytes
    - Viewed (0)
  9. perlunifaq.txt

    =head1 NAME perlunifaq - Perl Unicode FAQ =head1 Q and A This is a list of questions and answers about Unicode in Perl, intended to be read after L<perlunitut>. =head2 perlunitut isn't really a Uni...
    perldoc.perl.org/perlunifaq.txt
    Registered: Thu Apr 17 18:00:56 UTC 2025
    - 13.8K bytes
    - Viewed (0)
  10. perlunitut.txt

    =head1 NAME perlunitut - Perl Unicode Tutorial =head1 DESCRIPTION The days of just flinging strings around are over. It's well established that modern programs need to be capable of communicating f...
    perldoc.perl.org/perlunitut.txt
    Registered: Thu Apr 17 11:13:36 UTC 2025
    - 7.8K bytes
    - Viewed (0)
Back to top