Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 621 - 630 of 6,576 for content_length:[0 TO 9999] (0.05 seconds)

  1. IPC::Semaphore.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::Semaphore.txt
    Wed Jan 28 18:59:14 GMT 2026
      6.3K bytes
  2. 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
    Wed Jan 28 19:21:28 GMT 2026
      4.9K bytes
  3. 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
    Wed Jan 28 21:47:21 GMT 2026
      4.3K bytes
  4. Internals.txt

    =head1 NAME Internals - Reserved special namespace for internals related functions =head1 SYNOPSIS $is_ro= Internals::SvREADONLY($x) $refcnt= Internals::SvREFCNT($x) hv_clear_placeholders(%hash); i...
    perldoc.perl.org/Internals.txt
    Wed Jan 28 21:43:59 GMT 2026
      2.9K bytes
  5. Pod::ParseLink.txt

    # Parse an L<> formatting code in POD text. # # This module implements parsing of the text of an L<> formatting code as # defined in perlpodspec. It should be suitable for any POD formatter. It # e...
    perldoc.perl.org/Pod::ParseLink.txt
    Wed Jan 28 22:24:40 GMT 2026
      6.2K bytes
  6. PerlIO::encoding.txt

    package PerlIO::encoding; use strict; our $VERSION = '0.31'; our $DEBUG = 0; $DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n"; # # Equivalent of this is done in encoding.xs - do...
    perldoc.perl.org/PerlIO::encoding.txt
    Wed Jan 28 22:21:47 GMT 2026
      1.2K bytes
  7. no

    =over =item no MODULE VERSION LIST X<no declarations> X<unimporting> =item no MODULE VERSION =item no MODULE LIST =item no MODULE =item no VERSION See the L<C<use>|/use Module VERSION LIST> functio...
    perldoc.perl.org/5.34.3/functions/no
    Tue Feb 03 00:37:30 GMT 2026
      271 bytes
      Similar Results (21)
  8. no

    =over =item no MODULE VERSION LIST X<no declarations> X<unimporting> =item no MODULE VERSION =item no MODULE LIST =item no MODULE =item no VERSION See the L<C<use>|/use Module VERSION LIST> functio...
    perldoc.perl.org/5.43.3/functions/no
    Tue Feb 03 00:37:43 GMT 2026
      244 bytes
      Similar Results (8)
  9. no

    =over =item no Module VERSION LIST X<no> =item no Module VERSION =item no Module LIST =item no Module See the C<use> function, which C<no> is the opposite of. =back 170
    perldoc.perl.org/5.8.9/functions/no
    Tue Feb 03 00:40:51 GMT 2026
      170 bytes
  10. no

    =over =item no MODULE VERSION LIST X<no declarations> X<unimporting> =item no MODULE VERSION =item no MODULE LIST =item no MODULE =item no VERSION See the C<use> function, of which C<no> is the opp...
    perldoc.perl.org/5.20.0/functions/no
    Tue Feb 03 00:40:58 GMT 2026
      216 bytes
      Similar Results (15)
Back to Top