Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3531 - 3540 of 6,561 for content_length:[0 TO 9999] (0.07 sec)

  1. O.txt

    package O; our $VERSION = '1.03'; use B (); our $BEGIN_output; our $saveout_fh; sub import { my ($class, @options) = @_; my ($quiet, $veryquiet) = (0, 0); if ($options[0] eq '-q' || $options[0] eq ...
    perldoc.perl.org/O.txt
    Registered: Sat Feb 15 04:35:51 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  2. IO::Pipe.txt

    # IO::Pipe.pm # # Copyright (c) 1996-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl i...
    perldoc.perl.org/IO::Pipe.txt
    Registered: Sat Feb 15 08:53:11 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  3. IPC::Msg.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::Msg.txt
    Registered: Sat Feb 15 05:53:39 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  4. NDBM_File.txt

    package NDBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.17"; XSLoader::load(); 1; __END__ =head1 NAME NDBM_File - Tied access t...
    perldoc.perl.org/NDBM_File.txt
    Registered: Sat Feb 15 06:37:35 UTC 2025
    - 3K bytes
    - Viewed (0)
  5. Memoize::NDBM_File.txt

    use strict; use warnings; package Memoize::NDBM_File; our $VERSION = '1.16'; use NDBM_File; our @ISA = qw(NDBM_File); # NDBM_File cannot store undef and will store an empty string if you try # but ...
    perldoc.perl.org/Memoize::NDBM_File.txt
    Registered: Sat Feb 15 07:06:35 UTC 2025
    - 926 bytes
    - Viewed (0)
  6. Module::Loaded.txt

    package Module::Loaded; use strict; use Carp qw[carp]; BEGIN { use base 'Exporter'; use vars qw[@EXPORT $VERSION]; $VERSION = '0.08'; @EXPORT = qw[mark_as_loaded mark_as_unloaded is_loaded]; } =hea...
    perldoc.perl.org/Module::Loaded.txt
    Registered: Sat Feb 15 12:04:28 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  7. Locale::Maketext::Simple.txt

    package Locale::Maketext::Simple; $Locale::Maketext::Simple::VERSION = '0.21_01'; use strict; use 5.005; =head1 NAME Locale::Maketext::Simple - Simple interface to Locale::Maketext::Lexicon =head1 ...
    perldoc.perl.org/Locale::Maketext::Simple.txt
    Registered: Sat Feb 15 13:36:41 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  8. SDBM_File.txt

    package SDBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.17"; our @EXPORT_OK = qw(PAGFEXT DIRFEXT PAIRMAX); use Exporter "import...
    perldoc.perl.org/SDBM_File.txt
    Registered: Sat Feb 15 15:09:59 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  9. PerlIO::via::QuotedPrint.txt

    # Copyright (C) 2002-2004, 2012 Elizabeth Mattijsen. All rights reserved. # Copyright (C) 2015 Steve Hay. All rights reserved. # This module is free software; you can redistribute it and/or modify ...
    perldoc.perl.org/PerlIO::via::QuotedPrint.txt
    Registered: Sat Feb 15 20:01:58 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  10. Pod::Perldoc::ToRtf.txt

    package Pod::Perldoc::ToRtf; use strict; use warnings; use parent qw( Pod::Simple::RTF ); use vars qw($VERSION); $VERSION = '3.28'; sub is_pageable { 0 } sub write_with_binmode { 0 } sub output_ext...
    perldoc.perl.org/Pod::Perldoc::ToRtf.txt
    Registered: Sat Feb 15 20:30:13 UTC 2025
    - 2.1K bytes
    - Viewed (0)
Back to top