Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. perlos390.txt

    # vim: syntax=pod This document is written in pod format hence there are punctuation characters in odd places. You can read more about pod in pod/perlpod.pod or the short summary in the INSTALL fil...
    perldoc.perl.org/perlos390.txt
    Registered: Tue Mar 04 15:16:37 UTC 2025
    - 13.9K bytes
    - Viewed (0)
  2. autodie::hints.txt

    package autodie::hints; use strict; use warnings; use constant PERL58 => ( $] < 5.009 ); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Provide hints about user subr...
    perldoc.perl.org/autodie::hints.txt
    Registered: Tue Mar 04 18:21:44 UTC 2025
    - 16.7K bytes
    - Viewed (0)
  3. DB_File.txt

    # DB_File.pm -- Perl 5 interface to Berkeley DB # # Written by Paul Marquess (pmqs@cpan.org) # # Copyright (c) 1995-2023 Paul Marquess. All rights reserved. # This program is free software; you can...
    perldoc.perl.org/DB_File.txt
    Registered: Wed Mar 05 05:13:58 UTC 2025
    - 64.9K bytes
    - Viewed (0)
  4. ExtUtils::Install.txt

    package ExtUtils::Install; use strict; use Config qw(%Config); use Cwd qw(cwd); use Exporter (); use File::Basename qw(dirname); use File::Copy; use File::Path; use File::Spec; our @ISA = ('Exporte...
    perldoc.perl.org/ExtUtils::Install.txt
    Registered: Wed Mar 05 19:10:51 UTC 2025
    - 40K bytes
    - Viewed (0)
  5. CPAN::Meta::Prereqs.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Prereqs; our $VERSION = '2.150010'; #pod =head1 DESCRIPTION #pod #pod A CPAN::Meta::Prereqs object represents the prerequisites for a CPAN #...
    perldoc.perl.org/CPAN::Meta::Prereqs.txt
    Registered: Wed Mar 05 06:29:41 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  6. ExtUtils::Typemaps.txt

    package ExtUtils::Typemaps; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; require ExtUtils::ParseXS; require ExtUtils::ParseXS::Constants; require ExtUtils::Typemaps::InputMap; req...
    perldoc.perl.org/ExtUtils::Typemaps.txt
    Registered: Wed Mar 05 21:32:50 UTC 2025
    - 26.3K bytes
    - Viewed (0)
  7. Fcntl.txt

    package Fcntl; =head1 NAME Fcntl - various flag constants and helper functions from C's fcntl.h =head1 SYNOPSIS use Fcntl; use Fcntl qw(:DEFAULT :flock); use Fcntl qw(F_GETFD F_SETFD FD_CLOEXEC); =...
    perldoc.perl.org/Fcntl.txt
    Registered: Wed Mar 05 20:44:00 UTC 2025
    - 18.7K bytes
    - Viewed (0)
  8. File::Spec::Unix.txt

    package File::Spec::Unix; use strict; use Cwd (); our $VERSION = '3.91'; $VERSION =~ tr/_//d; =head1 NAME File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules =head1 SYNOPSIS r...
    perldoc.perl.org/File::Spec::Unix.txt
    Registered: Wed Mar 05 21:46:33 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  9. ExtUtils::MM_Win32.txt

    package ExtUtils::MM_Win32; use strict; use warnings; =head1 NAME ExtUtils::MM_Win32 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_Win32; # Done inter...
    perldoc.perl.org/ExtUtils::MM_Win32.txt
    Registered: Thu Mar 06 01:48:56 UTC 2025
    - 14.7K bytes
    - Viewed (0)
  10. File::Basename.txt

    =head1 NAME File::Basename - Parse file paths into directory, filename and suffix. =head1 SYNOPSIS use File::Basename; my ($name, $path, $suffix) = fileparse($fullname, @suffixlist); my $name = fil...
    perldoc.perl.org/File::Basename.txt
    Registered: Thu Mar 06 02:08:22 UTC 2025
    - 10.9K bytes
    - Viewed (0)
Back to top