Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 361 - 370 of 6,874 for content_length:[0 TO 9999] (0.04 sec)

  1. IO::File.txt

    # package IO::File; =head1 NAME IO::File - supply object methods for filehandles =head1 SYNOPSIS use IO::File; my $fh = IO::File->new(); if ($fh->open("< file")) { print <$fh>; $fh->close; } my $fh...
    perldoc.perl.org/IO::File.txt
    Registered: Sat May 31 00:28:53 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  2. 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: Sat May 31 01:41:59 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  3. Getopt::Long::Parser.txt

    #! perl # Parser.pm -- Getopt::Long object oriented interface # Author : Johan Vromans # Created On : Thu Nov 9 10:37:00 2023 # Last Modified On: Sat Nov 11 17:48:49 2023 # Update Count : 13 # Stat...
    perldoc.perl.org/Getopt::Long::Parser.txt
    Registered: Sat May 31 00:40:28 UTC 2025
    - 3.9K 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: Sat May 31 00:32:59 UTC 2025
    - 2K bytes
    - Viewed (0)
  5. ExtUtils::ParseXS::Constants.txt

    package ExtUtils::ParseXS::Constants; use strict; use warnings; use Symbol; our $VERSION = '3.51'; =head1 NAME ExtUtils::ParseXS::Constants - Initialization values for some globals =head1 SYNOPSIS ...
    perldoc.perl.org/ExtUtils::ParseXS::Constants.txt
    Registered: Sat May 31 02:03:11 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  6. Symbol.txt

    package Symbol; use strict; use warnings; =head1 NAME Symbol - manipulate Perl symbols and their names =head1 SYNOPSIS use Symbol; $sym = gensym; open($sym, '<', "filename"); $_ = <$sym>; # etc. un...
    perldoc.perl.org/Symbol.txt
    Registered: Sat May 31 07:25:29 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  7. Net::FTP::dataconn.txt

    ## ## Generic data connection package ## package Net::FTP::dataconn; use 5.008001; use strict; use warnings; use Carp; use Errno; use Net::Cmd; our $VERSION = '3.15'; $Net::FTP::IOCLASS or die "ple...
    perldoc.perl.org/Net::FTP::dataconn.txt
    Registered: Sat May 31 06:42:53 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  8. 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: Sat May 31 03:17:52 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  9. ExtUtils::testlib.txt

    package ExtUtils::testlib; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Cwd; use File::Spec; # So the tests can chdir around and not break @INC. # We use getcwd() becau...
    perldoc.perl.org/ExtUtils::testlib.txt
    Registered: Sat May 31 02:57:50 UTC 2025
    - 911 bytes
    - Viewed (0)
  10. org.apache.tools.ant.taskdefs.optional.ccm (Apa...

    declaration: package: org.apache.tools.ant.taskdefs.optional.ccm
    ant.apache.org/manual/api/org/apache/tools/ant/taskdefs/optional/ccm/package-summary.html
    Registered: Wed Jun 04 00:04:22 UTC 2025
    - Last Modified: Thu Aug 29 14:17:20 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top