- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2681 - 2690 of 3,197 for filetype:txt (0.05 sec)
-
Pod::Simple::PullParser.txt
package Pod::Simple::PullParser; use strict; our $VERSION = '3.45'; use Pod::Simple (); BEGIN {our @ISA = ('Pod::Simple')} use Carp (); use Pod::Simple::PullParserStartToken; use Pod::Simple::PullP...perldoc.perl.org/Pod::Simple::PullParser.txtRegistered: Sun Nov 17 10:36:13 UTC 2024 - 25.1K bytes - Viewed (0) -
TAP::Parser::Iterator::Process.txt
package TAP::Parser::Iterator::Process; use strict; use warnings; use Config; use IO::Handle; use base 'TAP::Parser::Iterator'; my $IS_WIN32 = ( $^O =~ /^(MS)?Win32$/ ); =head1 NAME TAP::Parser::It...perldoc.perl.org/TAP::Parser::Iterator::Process.txtRegistered: Sun Nov 17 12:29:43 UTC 2024 - 9.1K 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: Sun Nov 17 09:41:29 UTC 2024 - 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: Sun Nov 17 11:10:41 UTC 2024 - 4.6K bytes - Viewed (0) -
Pod::Simple::PullParserTextToken.txt
package Pod::Simple::PullParserTextToken; use strict; use warnings; use Pod::Simple::PullParserToken (); our @ISA = ('Pod::Simple::PullParserToken'); our $VERSION = '3.45'; sub new { # Class->new(t...perldoc.perl.org/Pod::Simple::PullParserTextToken.txtRegistered: Sun Nov 17 13:06:12 UTC 2024 - 3.3K bytes - Viewed (0) -
TAP::Formatter::Console::ParallelSession.txt
package TAP::Formatter::Console::ParallelSession; use strict; use warnings; use File::Spec; use File::Path; use Carp; use base 'TAP::Formatter::Console::Session'; use constant WIDTH => 72; # Becaus...perldoc.perl.org/TAP::Formatter::Console::ParallelSession.txtRegistered: Sun Nov 17 10:45:16 UTC 2024 - 4.1K bytes - Viewed (0) -
TAP::Parser::Result::Pragma.txt
package TAP::Parser::Result::Pragma; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Pragma - TAP pragma token. =head1 VERSION Version 3.48 =cut our $VERS...perldoc.perl.org/TAP::Parser::Result::Pragma.txtRegistered: Sun Nov 17 10:03:28 UTC 2024 - 946 bytes - Viewed (0) -
perlglossary.txt
=encoding utf8 =head1 NAME perlglossary - Perl Glossary =head1 VERSION version 5.20240218 =head1 DESCRIPTION A glossary of terms (technical and otherwise) used in the Perl documentation, derived fr...perldoc.perl.org/perlglossary.txtRegistered: Tue Nov 19 11:32:53 UTC 2024 - 134.4K bytes - Viewed (0) -
perlunicook.txt
=encoding utf8 =head1 NAME perlunicook - cookbookish examples of handling Unicode in Perl =head1 DESCRIPTION This manpage contains short recipes demonstrating how to handle common Unicode operation...perldoc.perl.org/perlunicook.txtRegistered: Tue Nov 19 12:07:57 UTC 2024 - 24.8K bytes - Viewed (0) -
${^OPEN}.txt
=over =item ${^OPEN} X<${^OPEN}> An internal variable used by L<PerlIO>. A string in two parts, separated by a C<\0> byte, the first part describes the input layers, the second part describes the o...perldoc.perl.org/variables/${^OPEN}.txtRegistered: Tue Nov 19 07:33:52 UTC 2024 - 1.4K bytes - Viewed (0)