Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1741 - 1750 of 7,696 for content_length:[0 TO 9999] (0.39 seconds)

  1. 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.txt
    Fri Feb 06 18:50:46 GMT 2026
      2.7K bytes
  2. 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.txt
    Sat Feb 07 02:44:18 GMT 2026
      8.7K bytes
  3. 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.txt
    Sat Feb 07 06:25:28 GMT 2026
      5.9K bytes
  4. 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.txt
    Sat Feb 07 01:48:59 GMT 2026
      3.7K bytes
  5. 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.txt
    Sat Feb 07 06:03:36 GMT 2026
      2K bytes
  6. symlink in std::os::wasi::fs - Rust

    Creates a symbolic link.
    doc.rust-lang.org/std/os/wasi/fs/fn.symlink.html
    Thu Feb 12 20:19:39 GMT 2026
      4.4K bytes
  7. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/global_objects/generator/return/index.md # Original Wiki contributors mfuji09 fscho...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Generator/return/contrib...
    Tue Aug 19 16:04:15 GMT 2025
      232 bytes
  8. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/global_objects/map/map/index.md # Original Wiki contributors fscholz mfuji09 0
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/Map/contributors.txt
    Tue Aug 19 16:04:21 GMT 2025
      137 bytes
  9. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/global_objects/number/number/index.md # Original Wiki contributors fscholz mfuji09 ...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/Number/contributo...
    Tue Aug 19 16:04:25 GMT 2025
      145 bytes
  10. PHI in std::f128::consts - Rust

    The golden ratio (ฯ†)
    doc.rust-lang.org/std/f128/consts/constant.PHI.html
    Thu Feb 12 20:19:34 GMT 2026
      3.6K bytes
Back to Top