Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. perlsec.txt

    =head1 NAME perlsec - Perl security =head1 DESCRIPTION Perl is designed to make it easy to program securely even when running with extra privileges, like setuid or setgid programs. Unlike most comm...
    perldoc.perl.org/perlsec.txt
    Registered: Wed Nov 26 04:48:25 UTC 2025
    - 27.4K bytes
    - Viewed (0)
  2. Time::Piece.txt

    package Time::Piece; use strict; use XSLoader (); use Time::Seconds; use Carp; use Time::Local; use Scalar::Util qw/ blessed /; use Exporter (); our @EXPORT = qw( localtime gmtime ); our %EXPORT_TA...
    perldoc.perl.org/Time::Piece.txt
    Registered: Wed Nov 26 05:40:55 UTC 2025
    - 31.6K bytes
    - Viewed (0)
  3. ExtUtils::Typemaps.txt

    package ExtUtils::Typemaps; use 5.006001; use strict; use warnings; our $VERSION = '3.57'; require ExtUtils::ParseXS; require ExtUtils::ParseXS::Constants; require ExtUtils::Typemaps::InputMap; req...
    perldoc.perl.org/ExtUtils::Typemaps.txt
    Registered: Wed Nov 26 04:08:58 UTC 2025
    - 26.4K bytes
    - Viewed (0)
  4. Fcntl.txt

    package Fcntl; use strict; use Exporter 'import'; require XSLoader; our $VERSION = '1.20'; XSLoader::load(); # Named groups of exports our %EXPORT_TAGS = ( 'flock' => [qw(LOCK_SH LOCK_EX LOCK_NB LO...
    perldoc.perl.org/Fcntl.txt
    Registered: Wed Nov 26 05:15:01 UTC 2025
    - 18.6K bytes
    - Viewed (0)
  5. builtin.txt

    package builtin 0.019; use v5.40; # All code, including &import, is implemented by always-present # functions in the perl interpreter itself. # See also `builtin.c` in perl source __END__ =head1 NA...
    perldoc.perl.org/builtin.txt
    Registered: Wed Nov 26 04:21:54 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  6. File::Spec.txt

    package File::Spec; use strict; # Keep $VERSION consistent in all *.pm files in this distribution, including # Cwd.pm. our $VERSION = '3.94'; $VERSION =~ tr/_//d; my %module = ( MSWin32 => 'Win32',...
    perldoc.perl.org/File::Spec.txt
    Registered: Wed Nov 26 09:54:30 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  7. 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: Wed Nov 26 06:11:51 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  8. lt.txt

    =over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back 192
    perldoc.perl.org/functions/lt.txt Similar Results (3)
    Registered: Wed Nov 26 03:40:43 UTC 2025
    - 192 bytes
    - Viewed (0)
  9. perlebcdic.txt

    =encoding utf8 =head1 NAME perlebcdic - Considerations for running Perl on EBCDIC platforms =head1 DESCRIPTION An exploration of some of the issues facing Perl programmers on EBCDIC based computers...
    perldoc.perl.org/perlebcdic.txt
    Registered: Thu Nov 27 02:08:36 UTC 2025
    - 82.4K bytes
    - Viewed (0)
  10. perlfaq5.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq5 - Files and Formats =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section deals with I/O and the "f" issues: filehandles, flushing, formats, an...
    perldoc.perl.org/perlfaq5.txt
    Registered: Thu Nov 27 00:48:27 UTC 2025
    - 55K bytes
    - Viewed (0)
Back to top