Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 337 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. __LINE__.txt

    =over =item __LINE__ X<__LINE__> A special token that compiles to the current line number. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 187
    perldoc.perl.org/functions/__LINE__.txt
    Registered: Thu Apr 03 06:09:19 UTC 2025
    - 187 bytes
    - Viewed (0)
  2. no.txt

    =over =item no MODULE VERSION LIST X<no declarations> X<unimporting> =item no MODULE VERSION =item no MODULE LIST =item no MODULE =item no VERSION See the L<C<use>|/use Module VERSION LIST> functio...
    perldoc.perl.org/functions/no.txt
    Registered: Thu Apr 03 05:17:27 UTC 2025
    - 271 bytes
    - Viewed (0)
  3. semctl.txt

    =over =item semctl ID,SEMNUM,CMD,ARG X<semctl> Calls the System V IPC function L<semctl(2)>. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is IPC_...
    perldoc.perl.org/functions/semctl.txt
    Registered: Thu Apr 03 11:59:35 UTC 2025
    - 762 bytes
    - Viewed (0)
  4. msgctl.txt

    =over =item msgctl ID,CMD,ARG X<msgctl> Calls the System V IPC function L<msgctl(2)>. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is C<IPC_STAT>...
    perldoc.perl.org/functions/msgctl.txt
    Registered: Thu Apr 03 14:46:19 UTC 2025
    - 616 bytes
    - Viewed (0)
  5. gmtime.txt

    =over =item gmtime EXPR X<gmtime> X<UTC> X<Greenwich> =item gmtime Works just like L<C<localtime>|/localtime EXPR>, but the returned values are localized for the standard Greenwich time zone. Note:...
    perldoc.perl.org/functions/gmtime.txt
    Registered: Thu Apr 03 15:44:47 UTC 2025
    - 379 bytes
    - Viewed (0)
  6. encoding.txt

    # $Id: encoding.pm,v 3.00 2020/04/19 10:56:28 dankogai Exp $ package encoding; our $VERSION = sprintf "%d.%02d", q$Revision: 3.00 $ =~ /(\d+)/g; use Encode; use strict; use warnings; use Config; us...
    perldoc.perl.org/encoding.txt
    Registered: Thu Apr 03 22:05:47 UTC 2025
    - 22.4K bytes
    - Viewed (0)
  7. bigfloat.txt

    package bigfloat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw...
    perldoc.perl.org/bigfloat.txt
    Registered: Thu Apr 03 21:56:37 UTC 2025
    - 21.4K bytes
    - Viewed (0)
  8. fields.txt

    use 5.008; package fields; require 5.005; use strict; no strict 'refs'; unless( eval q{require warnings::register; warnings::register->import; 1} ) { *warnings::warnif = sub { require Carp; Carp::c...
    perldoc.perl.org/fields.txt
    Registered: Thu Apr 03 22:55:40 UTC 2025
    - 9.2K bytes
    - Viewed (0)
  9. encoding::warnings.txt

    package encoding::warnings; $encoding::warnings::VERSION = '0.14'; use strict; use 5.007; =head1 NAME encoding::warnings - Warn on implicit encoding conversions =head1 VERSION This document describ...
    perldoc.perl.org/encoding::warnings.txt
    Registered: Thu Apr 03 22:48:54 UTC 2025
    - 7K bytes
    - Viewed (0)
  10. bytes.txt

    package bytes 1.09; use v5.38; BEGIN { $bytes::hint_bits = 0x0000_0008 } sub import { $^H |= $bytes::hint_bits } sub unimport { $^H &= ~$bytes::hint_bits } sub chr :prototype(_) { BEGIN { import() ...
    perldoc.perl.org/bytes.txt
    Registered: Thu Apr 03 22:33:37 UTC 2025
    - 3.8K bytes
    - Viewed (0)
Back to top