Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 9891 - 9900 of about 10,000 for content_length:[10000 TO 99999] (0.17 sec)

  1. perl5401delta - what is new for perl v5.40.1 - ...

    perl5401delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Incompatible Changes Modules and Pragmata Updated Modules a...
    perldoc.perl.org/perl5401delta
    Registered: Fri Sep 12 12:14:40 UTC 2025
    - 23.8K bytes
    - Viewed (0)
  2. re.txt

    package re; # pragma for controlling the regexp engine use strict; use warnings; our $VERSION = "0.48"; our @ISA = qw(Exporter); our @EXPORT_OK = qw{ is_regexp regexp_pattern regname regnames regna...
    perldoc.perl.org/re.txt
    Registered: Fri Sep 12 17:55:37 UTC 2025
    - 28.3K bytes
    - Viewed (0)
  3. Attribute::Handlers.txt

    package Attribute::Handlers; use 5.006; use Carp; use warnings; use strict; our $AUTOLOAD; our $VERSION = '1.03'; # remember to update version in POD! # $DB::single=1; my $debug= $ENV{DEBUG_ATTRIBU...
    perldoc.perl.org/Attribute::Handlers.txt
    Registered: Fri Sep 12 17:27:52 UTC 2025
    - 32.1K bytes
    - Viewed (0)
  4. Digest::SHA.txt

    package Digest::SHA; require 5.003000; use strict; use warnings; use vars qw($VERSION @ISA @EXPORT_OK $errmsg); use Fcntl qw(O_RDONLY O_RDWR); use Cwd qw(getcwd); use integer; $VERSION = '6.04'; re...
    perldoc.perl.org/Digest::SHA.txt
    Registered: Sat Sep 13 00:58:18 UTC 2025
    - 21.8K bytes
    - Viewed (0)
  5. bigrat.txt

    package bigrat; 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/bigrat.txt
    Registered: Fri Sep 12 19:55:39 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  6. CPAN::Meta::Requirements.txt

    use v5.10; use strict; use warnings; package CPAN::Meta::Requirements; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.143'; use CPAN::Meta::Requirements::Range; #pod =h...
    perldoc.perl.org/CPAN::Meta::Requirements.txt
    Registered: Fri Sep 12 23:30:02 UTC 2025
    - 21.3K bytes
    - Viewed (0)
  7. Locale::Maketext::TPJ13.txt

    # This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. =head1 NAME Locale::Maketext::TPJ13 -- article about software localization =head1 SYNOPS...
    perldoc.perl.org/Locale::Maketext::TPJ13.txt
    Registered: Sat Sep 13 19:26:14 UTC 2025
    - 35.3K bytes
    - Viewed (0)
  8. IO::Compress::RawDeflate.txt

    package IO::Compress::RawDeflate ; # create RFC1951 # use strict ; use warnings; use bytes; use IO::Compress::Base 2.213 ; use IO::Compress::Base::Common 2.213 qw(:Status :Parse); use IO::Compress:...
    perldoc.perl.org/IO::Compress::RawDeflate.txt
    Registered: Sun Sep 14 00:24:21 UTC 2025
    - 28.3K bytes
    - Viewed (0)
  9. Filter::Simple.txt

    package Filter::Simple; use Text::Balanced ':ALL'; our $VERSION = '0.96'; use Filter::Util::Call; use Carp; our @EXPORT = qw( FILTER FILTER_ONLY ); sub import { if (@_>1) { shift; goto &FILTER } el...
    perldoc.perl.org/Filter::Simple.txt
    Registered: Sat Sep 13 21:42:21 UTC 2025
    - 23.4K bytes
    - Viewed (0)
  10. IO::Zlib.txt

    # IO::Zlib.pm # # Copyright (c) 1998-2004 Tom Hughes <tom@compton.nu>. # All rights reserved. This program is free software; you can redistribute # it and/or modify it under the same terms as Perl ...
    perldoc.perl.org/IO::Zlib.txt
    Registered: Sat Sep 13 20:42:30 UTC 2025
    - 15.7K bytes
    - Viewed (0)
Back to top