- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1131 - 1140 of 6,570 for content_length:[0 TO 9999] (0.06 sec)
-
$^L.txt
=over =item IO::Handle->format_formfeed(EXPR) =item $FORMAT_FORMFEED =item $^L X<$^L> X<$FORMAT_FORMFEED> What formats output as a form feed. The default is C<\f>. You cannot call C<format_formfeed...perldoc.perl.org/variables/$^L.txtRegistered: Sun Feb 23 02:44:00 UTC 2025 - 282 bytes - Viewed (0) -
CPAN::Meta::History::Meta_1_1.txt
=for :stopwords Ingy READMEs WTF licensure =head1 NAME CPAN::Meta::History::Meta_1_1 - Version 1.1 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.1 sp...perldoc.perl.org/CPAN::Meta::History::Meta_1_1.txtRegistered: Sun Feb 23 11:33:18 UTC 2025 - 8.6K bytes - Viewed (0) -
CPAN::Meta::Merge.txt
use strict; use warnings; package CPAN::Meta::Merge; our $VERSION = '2.150010'; use Carp qw/croak/; use Scalar::Util qw/blessed/; use CPAN::Meta::Converter 2.141170; sub _is_identical { my ($left, ...perldoc.perl.org/CPAN::Meta::Merge.txtRegistered: Sun Feb 23 09:21:39 UTC 2025 - 8.9K bytes - Viewed (0) -
CPAN::Queue.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- use strict; package CPAN::Queue::Item; # CPAN::Queue::Item::new ; sub new { my($class,@attr) = @_; my $self = bless { @attr }, $class; re...perldoc.perl.org/CPAN::Queue.txtRegistered: Sun Feb 23 11:26:35 UTC 2025 - 7K bytes - Viewed (0) -
filetest.txt
package filetest; our $VERSION = '1.03'; =head1 NAME filetest - Perl pragma to control the filetest permission operators =head1 SYNOPSIS $can_perhaps_read = -r "file"; # use the mode bits { use fil...perldoc.perl.org/filetest.txtRegistered: Sun Feb 23 12:44:47 UTC 2025 - 3.9K bytes - Viewed (0) -
CPAN::Debug.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- package CPAN::Debug; use strict; use vars qw($VERSION); $VERSION = "5.5001"; # module is internal to CPAN.pm %CPAN::DEBUG = qw[ CPAN 1 In...perldoc.perl.org/CPAN::Debug.txtRegistered: Sun Feb 23 09:27:11 UTC 2025 - 2.1K bytes - Viewed (0) -
CPAN::Nox.txt
package CPAN::Nox; use strict; use vars qw($VERSION @EXPORT); BEGIN{ $CPAN::Suppress_readline=1 unless defined $CPAN::term; } use Exporter (); @CPAN::ISA = ('Exporter'); use CPAN; $VERSION = "5.500...perldoc.perl.org/CPAN::Nox.txtRegistered: Sun Feb 23 11:11:54 UTC 2025 - 953 bytes - Viewed (0) -
Errno.txt
# -*- buffer-read-only: t -*- # # This file is auto-generated by ext/Errno/Errno_pm.PL. # ***ANY*** changes here will be lost. # package Errno; use Exporter 'import'; use strict; use Config; "$Conf...perldoc.perl.org/Errno.txtRegistered: Sun Feb 23 16:31:58 UTC 2025 - 6.7K bytes - Viewed (0) -
deprecate.txt
package deprecate; use strict; use warnings; our $VERSION = 0.04; # our %Config can ignore %Config::Config, e.g. for testing our %Config; unless (%Config) { require Config; *Config = \%Config::Conf...perldoc.perl.org/deprecate.txtRegistered: Sun Feb 23 14:55:46 UTC 2025 - 4.5K bytes - Viewed (0) -
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.txtRegistered: Sun Feb 23 14:04:35 UTC 2025 - 2.8K bytes - Viewed (0)