Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 1,477 for timestamp:[now/d-7d TO *] (0.02 sec)

  1. File::Spec::VMS.txt

    package File::Spec::VMS; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.88'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); use File::Basename; use VMS::Filespec; =head1...
    perldoc.perl.org/File::Spec::VMS.txt
    Registered: Tue May 14 20:03:20 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  2. File::stat.txt

    package File::stat; use 5.006; use strict; use warnings; use warnings::register; use Carp; use constant _IS_CYGWIN => $^O eq "cygwin"; BEGIN { *warnif = \&warnings::warnif } our(@EXPORT, @EXPORT_OK...
    perldoc.perl.org/File::stat.txt
    Registered: Tue May 14 19:32:41 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  3. File::Spec::Win32.txt

    package File::Spec::Win32; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.88'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); # Some regexes we use for path splitting my...
    perldoc.perl.org/File::Spec::Win32.txt
    Registered: Tue May 14 18:26:27 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  4. Win32API::File.txt

    # File.pm -- Low-level access to Win32 file/dir functions/constants. package Win32API::File; use strict; use integer; use Carp; use Config qw( %Config ); use Fcntl qw( O_RDONLY O_RDWR O_WRONLY O_AP...
    perldoc.perl.org/Win32API::File.txt
    Registered: Thu May 16 10:39:27 UTC 2024
    - 95.5K bytes
    - Viewed (0)
  5. 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: Thu May 16 06:02:32 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  6. Time::Local.txt

    package Time::Local; use strict; use Carp (); use Exporter; our $VERSION = '1.30'; use parent 'Exporter'; our @EXPORT = qw( timegm timelocal ); our @EXPORT_OK = qw( timegm_modern timelocal_modern t...
    perldoc.perl.org/Time::Local.txt
    Registered: Thu May 16 07:56:23 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  7. enc2xs.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!./perl BEGIN { # @INC poking n...
    perldoc.perl.org/enc2xs.txt
    Registered: Thu May 16 12:29:49 UTC 2024
    - 41K bytes
    - Viewed (0)
  8. prove.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl -w BEGIN { pop @...
    perldoc.perl.org/prove.txt
    Registered: Thu May 16 13:51:04 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  9. qr/STRING/ - Perldoc Browser

    functions / qr/STRING/ ( source , CPAN ) # qr/STRING/ Regexp-like quote. See "Regexp Quote-Like Operators" in perlop ...
    perldoc.perl.org/functions/qr/STRING/
    Registered: Sat May 11 07:48:04 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  10. require.txt

    =over =item require VERSION X<require> =item require EXPR =item require Demands a version of Perl specified by VERSION, or demands some semantics specified by EXPR or by L<C<$_>|perlvar/$_> if EXPR...
    perldoc.perl.org/functions/require.txt
    Registered: Sun May 12 03:28:27 UTC 2024
    - 15.4K bytes
    - Viewed (0)
Back to top