Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1881 - 1890 of 2,638 for host:perldoc.perl.org (0.06 sec)

  1. perl5263delta - what is new for perl v5.26.3 - ...

    perl5263delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Security [CVE-2018-12015] Directory traversal in module Arc...
    perldoc.perl.org/perl5263delta
    Registered: Mon Jul 07 15:26:20 UTC 2025
    - 28.2K bytes
    - Viewed (0)
  2. perl5320delta - what is new for perl v5.32.0 - ...

    perl5320delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Core Enhancements The isa Operator Unicode 13.0 is supporte...
    perldoc.perl.org/perl5320delta
    Registered: Mon Jul 07 15:26:46 UTC 2025
    - 101.2K bytes
    - Viewed (0)
  3. overload.txt

    package overload; use strict; no strict 'refs'; our $VERSION = '1.40'; our %ops = ( with_assign => "+ - * / % ** << >> x .", assign => "+= -= *= /= %= **= <<= >>= x= .=", num_comparison => "< <= > ...
    perldoc.perl.org/overload.txt
    Registered: Mon Jul 07 19:03:13 UTC 2025
    - 53.4K bytes
    - Viewed (0)
  4. 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: Mon Jul 07 17:06:35 UTC 2025
    - 31.6K bytes
    - Viewed (0)
  5. Time::HiRes.txt

    package Time::HiRes; { use 5.006; } use strict; require Exporter; use XSLoader (); our @ISA = qw(Exporter); our @EXPORT = qw( ); # More or less this same list is in Makefile.PL. Should unify. our @...
    perldoc.perl.org/Time::HiRes.txt
    Registered: Mon Jul 07 17:52:25 UTC 2025
    - 25.1K bytes
    - Viewed (0)
  6. 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: Mon Jul 07 19:20:59 UTC 2025
    - 16.2K bytes
    - Viewed (0)
  7. 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: Mon Jul 07 18:48:28 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  8. 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: Mon Jul 07 19:46:33 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  9. ODBM_File.txt

    package ODBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.20"; XSLoader::load(); 1; __END__ =head1 NAME ODBM_File - Tied access t...
    perldoc.perl.org/ODBM_File.txt
    Registered: Mon Jul 07 16:27:02 UTC 2025
    - 3K bytes
    - Viewed (0)
  10. source::encoding.txt

    package source::encoding; use v5.40; our $VERSION = '0.01'; our $ascii_hint_bits = 0x00000010; sub import { unimport(); # Get rid of any 'use utf8' my (undef, $arg) = @_; if ($arg eq 'utf8') { requ...
    perldoc.perl.org/source::encoding.txt
    Registered: Mon Jul 07 17:46:26 UTC 2025
    - 1.7K bytes
    - Viewed (0)
Back to top