Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. perlapio.txt

    =head1 NAME perlapio - perl's IO abstraction interface. =head1 SYNOPSIS #define PERLIO_NOT_STDIO 0 /* For co-existence with stdio only */ #include <perlio.h> /* Usually via #include <perl.h> */ Per...
    perldoc.perl.org/perlapio.txt
    Registered: Wed May 28 02:50:10 UTC 2025
    - 22.1K bytes
    - Viewed (0)
  2. 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: Wed May 28 04:01:36 UTC 2025
    - 16.1K bytes
    - Viewed (0)
  3. perl5361delta.txt

    =encoding utf8 =head1 NAME perl5361delta - what is new for perl v5.36.1 =head1 DESCRIPTION This document describes differences between the 5.36.0 release and the 5.36.1 release. If you are upgradin...
    perldoc.perl.org/perl5361delta.txt
    Registered: Wed May 28 03:36:16 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  4. strict.txt

    package strict; $strict::VERSION = "1.13"; 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 May 28 01:38:27 UTC 2025
    - 5K bytes
    - Viewed (0)
  5. perldbmfilter.txt

    =head1 NAME perldbmfilter - Perl DBM Filters =head1 SYNOPSIS $db = tie %hash, 'DBM', ... $old_filter = $db->filter_store_key ( sub { ... } ); $old_filter = $db->filter_store_value( sub { ... } ); $...
    perldoc.perl.org/perldbmfilter.txt
    Registered: Wed May 28 05:29:14 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  6. perlmroapi.txt

    =head1 NAME perlmroapi - Perl method resolution plugin interface =head1 DESCRIPTION As of Perl 5.10.1 there is a new interface for plugging and using method resolution orders other than the default...
    perldoc.perl.org/perlmroapi.txt
    Registered: Wed May 28 07:37:49 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  7. overload.txt

    package overload; use strict; no strict 'refs'; our $VERSION = '1.37'; our %ops = ( with_assign => "+ - * / % ** << >> x .", assign => "+= -= *= /= %= **= <<= >>= x= .=", num_comparison => "< <= > ...
    perldoc.perl.org/overload.txt
    Registered: Thu May 29 18:34:15 UTC 2025
    - 53.4K bytes
    - Viewed (0)
  8. bignum.txt

    package bignum; 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/bignum.txt
    Registered: Thu May 29 18:25:01 UTC 2025
    - 27.5K bytes
    - Viewed (0)
  9. PerlIO.txt

    package PerlIO; our $VERSION = '1.12'; # Map layer name to package that defines it our %alias; sub import { my $class = shift; while (@_) { my $layer = shift; if (exists $alias{$layer}) { $layer = ...
    perldoc.perl.org/PerlIO.txt
    Registered: Thu May 29 17:09:18 UTC 2025
    - 13.9K bytes
    - Viewed (0)
  10. %{^CAPTURE_ALL} - Perldoc Browser

    variables / %{^CAPTURE_ALL} ( source , CPAN ) # %{^CAPTURE_ALL} # %- Similar to %+ , this variable allows access to t...
    perldoc.perl.org/variables/%{^CAPTURE_ALL}
    Registered: Thu May 29 17:51:35 UTC 2025
    - 19K bytes
    - Viewed (0)
Back to top