Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 8241 - 8250 of about 10,000 for content_length:[10000 TO 99999] (0.12 sec)

  1. CPAN::Meta::Converter.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Converter; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmc = CPAN::M...
    perldoc.perl.org/CPAN::Meta::Converter.txt
    Registered: Wed May 21 09:41:50 UTC 2025
    - 48.8K bytes
    - Viewed (0)
  2. re.txt

    package re; # pragma for controlling the regexp engine use strict; use warnings; our $VERSION = "0.47"; our @ISA = qw(Exporter); our @EXPORT_OK = qw{ is_regexp regexp_pattern regname regnames regna...
    perldoc.perl.org/re.txt
    Registered: Wed May 21 06:05:38 UTC 2025
    - 28.3K bytes
    - Viewed (0)
  3. 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: Wed May 21 06:22:40 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  4. attributes.txt

    package attributes; our $VERSION = 0.36; @EXPORT_OK = qw(get reftype); @EXPORT = (); %EXPORT_TAGS = (ALL => [@EXPORT, @EXPORT_OK]); use strict; sub croak { require Carp; goto &Carp::croak; } sub ca...
    perldoc.perl.org/attributes.txt
    Registered: Wed May 21 07:51:26 UTC 2025
    - 16K bytes
    - Viewed (0)
  5. POSIX.txt

    =head1 NAME POSIX - Perl interface to IEEE Std 1003.1 =head1 SYNOPSIS use POSIX (); use POSIX qw(setsid); use POSIX qw(:errno_h :fcntl_h); printf "EINTR is %d\n", EINTR; my $sess_id = POSIX::setsid...
    perldoc.perl.org/POSIX.txt
    Registered: Fri May 23 04:41:00 UTC 2025
    - 83.3K bytes
    - Viewed (0)
  6. Pod::Perldoc.txt

    use 5.006; # we use some open(X, "<", $y) syntax package Pod::Perldoc; use strict; use warnings; use Config '%Config'; use Fcntl; # for sysopen use File::Basename qw(basename); use File::Spec::Func...
    perldoc.perl.org/Pod::Perldoc.txt
    Registered: Fri May 23 05:36:57 UTC 2025
    - 63.1K bytes
    - Viewed (0)
  7. Safe.txt

    package Safe; use 5.003_11; use Scalar::Util qw(reftype refaddr); $Safe::VERSION = "2.46"; # *** Don't declare any lexicals above this point *** # # This function should return a closure which cont...
    perldoc.perl.org/Safe.txt
    Registered: Fri May 23 05:11:58 UTC 2025
    - 24.8K bytes
    - Viewed (0)
  8. $title

    =pod =head1 NAME Pod::Simple::XHTML -- format Pod as validating XHTML =head1 SYNOPSIS use Pod::Simple::XHTML; my $parser = Pod::Simple::XHTML->new(); ... $parser->parse_file('path/to/file.pod'); =h...
    perldoc.perl.org/Pod::Simple::XHTML.txt
    Registered: Fri May 23 05:01:59 UTC 2025
    - 27.2K bytes
    - Viewed (0)
  9. BillingConductor - Boto3 1.38.23 documentation

    Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Close Menu Hid...
    boto3.amazonaws.com/v1/documentation/api/latest/reference/services/billingconductor.html
    Registered: Mon May 26 00:08:54 UTC 2025
    - Last Modified: Fri May 23 19:30:06 UTC 2025
    - 80.6K bytes
    - Viewed (0)
  10. org.apache.tools.ant.types.resources (Apache An...

    declaration: package: org.apache.tools.ant.types.resources
    ant.apache.org/manual/api/org/apache/tools/ant/types/resources/package-summary.html
    Registered: Mon May 26 00:09:01 UTC 2025
    - Last Modified: Thu Aug 29 14:17:20 UTC 2024
    - 24.1K bytes
    - Viewed (0)
Back to top