- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1751 - 1760 of 7,713 for content_length:[0 TO 9999] (0.09 seconds)
-
DocletArtifact (Apache Maven Javadoc Plugin 3.1...
declaration: package: org.apache.maven.plugins.javadoc.options, class: DocletArtifactmaven.apache.org/plugins/maven-javadoc-plugin/apidocs/org/apache/maven/plugins/javadoc/options/Do...Tue Sep 16 08:36:55 GMT 2025 9.3K bytes -
autodie::skip.txt
package autodie::skip; use strict; use warnings; our $VERSION = '2.37'; # VERSION # This package exists purely so people can inherit from it, # which isn't at all how roles are supposed to work, bu...perldoc.perl.org/autodie::skip.txtFri Feb 06 14:17:01 GMT 2026 1.2K bytes -
fields.txt
use 5.008; package fields; use strict; no strict 'refs'; unless( eval {require warnings::register; warnings::register->import; 1} ) { *warnings::warnif = sub { require Carp; Carp::carp(@_); } } our...perldoc.perl.org/fields.txtFri Feb 06 16:40:31 GMT 2026 9.2K bytes -
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.txtFri Feb 06 17:37:37 GMT 2026 7K bytes -
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.txtSat Feb 07 00:34:56 GMT 2026 3.8K bytes -
parent.txt
package parent; use strict; our $VERSION = '0.244'; sub import { my $class = shift; my $inheritor = caller(0); if ( @_ and $_[0] eq '-norequire' ) { shift @_; } else { for ( my @filename = @_ ) { l...perldoc.perl.org/parent.txtFri Feb 06 18:50:46 GMT 2026 2.7K bytes -
ExtUtils::CBuilder.txt
package ExtUtils::CBuilder; use File::Spec (); use File::Path (); use File::Basename (); use Perl::OSType qw/os_type/; use warnings; use strict; our $VERSION = '0.280242'; # VERSION our @ISA; # We ...perldoc.perl.org/ExtUtils::CBuilder.txtSat Feb 07 02:44:18 GMT 2026 8.7K bytes -
Encode::PerlIO.txt
=head1 NAME Encode::PerlIO -- a detailed document on Encode and PerlIO =head1 Overview It is very common to want to do encoding transformations when reading or writing files, network connections, p...perldoc.perl.org/Encode::PerlIO.txtSat Feb 07 06:25:28 GMT 2026 5.9K bytes -
Encode::MIME::Name.txt
package Encode::MIME::Name; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 1.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; # NOTE: This table must be 1:1 mapping our %MI...perldoc.perl.org/Encode::MIME::Name.txtSat Feb 07 01:48:59 GMT 2026 3.7K bytes -
DirHandle.txt
package DirHandle; our $VERSION = '1.05'; =head1 NAME DirHandle - (obsolete) supply object methods for directory handles =head1 SYNOPSIS # recommended approach since Perl 5.6: do not use DirHandle ...perldoc.perl.org/DirHandle.txtSat Feb 07 06:03:36 GMT 2026 2K bytes