- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 5561 - 5570 of 6,206 for content_length:[0 TO 9999] (0.09 sec)
-
subs.txt
package subs; use strict; use warnings; our $VERSION = '1.04'; =head1 NAME subs - Perl pragma to predeclare subroutine names =head1 SYNOPSIS use subs qw(frob); frob 3..10; =head1 DESCRIPTION This w...perldoc.perl.org/subs.txtRegistered: Fri Nov 15 14:58:33 UTC 2024 - 945 bytes - Viewed (0) -
TAP::Parser::SourceHandler::Perl.txt
package TAP::Parser::SourceHandler::Perl; use strict; use warnings; use Config; use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ ); use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Parser::Iterato...perldoc.perl.org/TAP::Parser::SourceHandler::Perl.txtRegistered: Sun Nov 17 16:02:40 UTC 2024 - 9.3K bytes - Viewed (0) -
Pod::Perldoc::GetOptsOO.txt
package Pod::Perldoc::GetOptsOO; use strict; use vars qw($VERSION); $VERSION = '3.28'; BEGIN { # Make a DEBUG constant ASAP *DEBUG = defined( &Pod::Perldoc::DEBUG ) ? \&Pod::Perldoc::DEBUG : sub(){...perldoc.perl.org/Pod::Perldoc::GetOptsOO.txtRegistered: Sun Nov 17 14:42:02 UTC 2024 - 3.8K bytes - Viewed (0) -
Term::Complete.txt
package Term::Complete; require 5.000; require Exporter; use strict; our @ISA = qw(Exporter); our @EXPORT = qw(Complete); our $VERSION = '1.403'; # @(#)complete.pl,v1.2 (me@anywhere.EBay.Sun.COM) 0...perldoc.perl.org/Term::Complete.txtRegistered: Sun Nov 17 12:06:49 UTC 2024 - 4.4K bytes - Viewed (0) -
Pod::Simple::TextContent.txt
package Pod::Simple::TextContent; use strict; use warnings; use Carp (); use Pod::Simple (); our $VERSION = '3.45'; our @ISA = ('Pod::Simple'); sub new { my $self = shift; my $new = $self->SUPER::n...perldoc.perl.org/Pod::Simple::TextContent.txtRegistered: Sun Nov 17 14:34:47 UTC 2024 - 2.4K bytes - Viewed (0) -
Pod::Perldoc::ToNroff.txt
package Pod::Perldoc::ToNroff; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; # This is unlike ToMan.pm in that it emits the raw nroff sour...perldoc.perl.org/Pod::Perldoc::ToNroff.txtRegistered: Sun Nov 17 14:48:01 UTC 2024 - 2.7K bytes - Viewed (0) -
TAP::Formatter::Color.txt
package TAP::Formatter::Color; use strict; use warnings; use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ ); use base 'TAP::Object'; my $NO_COLOR; BEGIN { $NO_COLOR = 0; eval 'require Term::ANSICol...perldoc.perl.org/TAP::Formatter::Color.txtRegistered: Sun Nov 17 13:31:19 UTC 2024 - 2.3K bytes - Viewed (0) -
TAP::Parser::SourceHandler::Handle.txt
package TAP::Parser::SourceHandler::Handle; use strict; use warnings; use TAP::Parser::IteratorFactory (); use TAP::Parser::Iterator::Stream (); use base 'TAP::Parser::SourceHandler'; TAP::Parser::...perldoc.perl.org/TAP::Parser::SourceHandler::Handle.txtRegistered: Sun Nov 17 14:21:37 UTC 2024 - 2.6K bytes - Viewed (0) -
ExtUtils::Command.txt
package ExtUtils::Command; use 5.00503; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod dos2unix);...perldoc.perl.org/ExtUtils::Command.txtRegistered: Sat Nov 16 10:17:12 UTC 2024 - 7.6K bytes - Viewed (0) -
IO::Socket::UNIX.txt
# IO::Socket::UNIX.pm # # Copyright (c) 1997-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 a...perldoc.perl.org/IO::Socket::UNIX.txtRegistered: Sat Nov 16 16:16:52 UTC 2024 - 3.9K bytes - Viewed (0)