- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3531 - 3540 of 6,561 for content_length:[0 TO 9999] (0.07 sec)
-
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.txtRegistered: Sat Feb 15 04:35:51 UTC 2025 - 4.2K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 08:53:11 UTC 2025 - 5.4K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 05:53:39 UTC 2025 - 4.4K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 06:37:35 UTC 2025 - 3K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 07:06:35 UTC 2025 - 926 bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 12:04:28 UTC 2025 - 3.3K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 13:36:41 UTC 2025 - 9.6K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 15:09:59 UTC 2025 - 3.7K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 20:01:58 UTC 2025 - 4.6K bytes - Viewed (0) -
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.txtRegistered: Sat Feb 15 20:30:13 UTC 2025 - 2.1K bytes - Viewed (0)