- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2201 - 2210 of 6,570 for content_length:[0 TO 9999] (0.11 sec)
-
Net::netent.txt
package Net::netent 1.02; use v5.38; our ( $n_name, @n_aliases, $n_addrtype, $n_net ); use Exporter 'import'; our @EXPORT = qw(getnetbyname getnetbyaddr getnet); our @EXPORT_OK = qw( $n_name @n_ali...perldoc.perl.org/Net::netent.txtRegistered: Sat Feb 15 04:25:50 UTC 2025 - 4.3K bytes - Viewed (0) -
File::Spec::Cygwin.txt
package File::Spec::Cygwin; use strict; require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Cygwin - methods for Cygwin fi...perldoc.perl.org/File::Spec::Cygwin.txtRegistered: Sat Feb 15 04:42:24 UTC 2025 - 3.5K bytes - Viewed (0) -
Encode::KR.txt
package Encode::KR; BEGIN { if ( ord("A") == 193 ) { die "Encode::KR not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...perldoc.perl.org/Encode::KR.txtRegistered: Fri Feb 14 20:38:31 UTC 2025 - 1.9K bytes - Viewed (0) -
Pod::Html::Util.txt
package Pod::Html::Util; use strict; use Exporter 'import'; our $VERSION = 1.35; # Please keep in synch with lib/Pod/Html.pm $VERSION = eval $VERSION; our @EXPORT_OK = qw( anchorify html_escape htm...perldoc.perl.org/Pod::Html::Util.txtRegistered: Sat Feb 15 21:34:31 UTC 2025 - 8.5K bytes - Viewed (0) -
Pod::Simple::Text.txt
package Pod::Simple::Text; use strict; use warnings; use Carp (); use Pod::Simple::Methody (); use Pod::Simple (); our $VERSION = '3.45'; our @ISA = ('Pod::Simple::Methody'); BEGIN { *DEBUG = defin...perldoc.perl.org/Pod::Simple::Text.txtRegistered: Sat Feb 15 20:16:21 UTC 2025 - 5K bytes - Viewed (0) -
Pod::Simple::PullParserStartToken.txt
package Pod::Simple::PullParserStartToken; use strict; use warnings; use Pod::Simple::PullParserToken (); our @ISA = ('Pod::Simple::PullParserToken'); our $VERSION = '3.45'; sub new { # Class->new(...perldoc.perl.org/Pod::Simple::PullParserStartToken.txtRegistered: Sat Feb 15 21:05:56 UTC 2025 - 4K bytes - Viewed (0) -
TAP::Formatter::File::Session.txt
package TAP::Formatter::File::Session; use strict; use warnings; use base 'TAP::Formatter::Session'; =head1 NAME TAP::Formatter::File::Session - Harness output delegate for file output =head1 VERSI...perldoc.perl.org/TAP::Formatter::File::Session.txtRegistered: Sat Feb 15 22:30:25 UTC 2025 - 2.2K bytes - Viewed (0) -
TAP::Formatter::Console.txt
package TAP::Formatter::Console; use strict; use warnings; use base 'TAP::Formatter::Base'; use POSIX qw(strftime); =head1 NAME TAP::Formatter::Console - Harness output delegate for default console...perldoc.perl.org/TAP::Formatter::Console.txtRegistered: Sun Feb 16 00:31:36 UTC 2025 - 1.9K bytes - Viewed (0) -
TAP::Parser::Result::Comment.txt
package TAP::Parser::Result::Comment; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Comment - Comment result token. =head1 VERSION Version 3.48 =cut our...perldoc.perl.org/TAP::Parser::Result::Comment.txtRegistered: Sat Feb 15 22:09:36 UTC 2025 - 986 bytes - Viewed (0) -
TAP::Formatter::File.txt
package TAP::Formatter::File; use strict; use warnings; use TAP::Formatter::File::Session; use POSIX qw(strftime); use base 'TAP::Formatter::Base'; =head1 NAME TAP::Formatter::File - Harness output...perldoc.perl.org/TAP::Formatter::File.txtRegistered: Sun Feb 16 00:35:50 UTC 2025 - 850 bytes - Viewed (0)