Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1141 - 1150 of 6,570 for content_length:[0 TO 9999] (0.07 sec)

  1. B::Terse.txt

    package B::Terse; our $VERSION = '1.09'; use strict; use B qw(class @specialsv_name); use B::Concise qw(concise_subref set_style_standard); use Carp; sub terse { my ($order, $subref) = @_; set_styl...
    perldoc.perl.org/B::Terse.txt
    Registered: Sun Feb 23 14:04:35 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  2. AnyDBM_File.txt

    package AnyDBM_File; use warnings; use strict; use 5.006_001; our $VERSION = '1.01'; our @ISA = qw(NDBM_File DB_File GDBM_File SDBM_File ODBM_File) unless @ISA; my $mod; for $mod (@ISA) { if (eval ...
    perldoc.perl.org/AnyDBM_File.txt
    Registered: Sun Feb 23 14:35:53 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  3. File::Spec::Functions.txt

    package File::Spec::Functions; use File::Spec; use strict; our $VERSION = '3.91'; $VERSION =~ tr/_//d; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw( canonpath catdir catfile curdir r...
    perldoc.perl.org/File::Spec::Functions.txt
    Registered: Sun Feb 23 17:33:31 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  4. ExtUtils::Typemaps::Type.txt

    package ExtUtils::Typemaps::Type; use 5.006001; use strict; use warnings; require ExtUtils::Typemaps; our $VERSION = '3.51'; =head1 NAME ExtUtils::Typemaps::Type - Entry in the TYPEMAP section of a...
    perldoc.perl.org/ExtUtils::Typemaps::Type.txt
    Registered: Sun Feb 23 17:05:49 UTC 2025
    - 2K bytes
    - Viewed (0)
  5. Config::Extensions.txt

    package Config::Extensions; use strict; our (%Extensions, $VERSION, @ISA, @EXPORT_OK); use Config; require Exporter; $VERSION = '0.03'; @ISA = 'Exporter'; @EXPORT_OK = '%Extensions'; foreach my $ty...
    perldoc.perl.org/Config::Extensions.txt
    Registered: Sun Feb 23 15:24:12 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  6. ExtUtils::MY.txt

    package ExtUtils::MY; use strict; require ExtUtils::MM; our $VERSION = '7.70'; $VERSION =~ tr/_//d; our @ISA = qw(ExtUtils::MM); { package MY; our @ISA = qw(ExtUtils::MY); } sub DESTROY {} =head1 N...
    perldoc.perl.org/ExtUtils::MY.txt
    Registered: Sun Feb 23 17:55:14 UTC 2025
    - 678 bytes
    - Viewed (0)
  7. ExtUtils::Liblist.txt

    package ExtUtils::Liblist; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use File::Spec; require ExtUtils::Liblist::Kid; our @ISA = qw(ExtUtils::Liblist::Kid File::Spec); # ...
    perldoc.perl.org/ExtUtils::Liblist.txt
    Registered: Sun Feb 23 23:49:11 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  8. ExtUtils::Command::MM.txt

    package ExtUtils::Command::MM; require 5.006; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(test_harness pod2man perllocal_install uninstall warn_if_old_pack...
    perldoc.perl.org/ExtUtils::Command::MM.txt
    Registered: Sun Feb 23 19:11:11 UTC 2025
    - 7.5K bytes
    - Viewed (0)
  9. ExtUtils::ParseXS.txt

    =head1 NAME ExtUtils::ParseXS - converts Perl XS code into C code =head1 SYNOPSIS use ExtUtils::ParseXS; my $pxs = ExtUtils::ParseXS->new; $pxs->process_file( filename => 'foo.xs' ); $pxs->process_...
    perldoc.perl.org/ExtUtils::ParseXS.txt
    Registered: Sun Feb 23 21:39:42 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  10. File::Compare.txt

    package File::Compare 1.1008; use v5.12; use warnings; use Exporter 'import'; our @EXPORT = qw(compare); our @EXPORT_OK = qw(cmp compare_text); our $Too_Big = 1024 * 1024 * 2; sub croak { require C...
    perldoc.perl.org/File::Compare.txt
    Registered: Sun Feb 23 19:25:15 UTC 2025
    - 4.2K bytes
    - Viewed (0)
Back to top