- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 121 - 130 of 3,449 for filetype:txt (0.03 sec)
-
perlrebackslash.txt
=head1 NAME perlrebackslash - Perl Regular Expression Backslash Sequences and Escapes =head1 DESCRIPTION The top level documentation about Perl regular expressions is found in L<perlre>. This docum...perldoc.perl.org/perlrebackslash.txtRegistered: Fri Aug 15 16:50:52 UTC 2025 - 32.4K bytes - Viewed (0) -
perl5303delta.txt
=encoding utf8 =head1 NAME perl5303delta - what is new for perl v5.30.3 =head1 DESCRIPTION This document describes differences between the 5.30.2 release and the 5.30.3 release. If you are upgradin...perldoc.perl.org/perl5303delta.txtRegistered: Sat Aug 16 05:14:24 UTC 2025 - 4.9K bytes - Viewed (0) -
perl5302delta.txt
=encoding utf8 =head1 NAME perl5302delta - what is new for perl v5.30.2 =head1 DESCRIPTION This document describes differences between the 5.30.1 release and the 5.30.2 release. If you are upgradin...perldoc.perl.org/perl5302delta.txtRegistered: Sat Aug 16 03:04:55 UTC 2025 - 4.6K bytes - Viewed (0) -
perl5341delta.txt
=encoding utf8 =head1 NAME perl5341delta - what is new for perl v5.34.1 =head1 DESCRIPTION This document describes differences between the 5.34.0 release and the 5.34.1 release. If you are upgradin...perldoc.perl.org/perl5341delta.txtRegistered: Sat Aug 16 04:35:50 UTC 2025 - 4.1K bytes - Viewed (0) -
Pod::Text.txt
# Convert POD data to formatted text. # # This module converts POD to formatted text. It replaces the old Pod::Text # module that came with versions of Perl prior to 5.6.0 and attempts to match # i...perldoc.perl.org/Pod::Text.txtRegistered: Wed Aug 20 22:12:23 UTC 2025 - 43.6K bytes - Viewed (0) -
Module::Metadata.txt
# -*- mode: cperl; tab-width: 8; indent-tabs-mode: nil; basic-offset: 2 -*- # vim:ts=8:sw=2:et:sta:sts=2:tw=78 package Module::Metadata; # git description: v1.000037-8-g92dec6c # ABSTRACT: Gather p...perldoc.perl.org/Module::Metadata.txtRegistered: Wed Aug 20 06:24:11 UTC 2025 - 33.8K bytes - Viewed (0) -
] ); $new->html_header_after_title( join "\...
package Pod::Simple::HTML; use strict; use warnings; use Pod::Simple::PullParser (); our @ISA = ('Pod::Simple::PullParser'); our $VERSION = '3.45'; BEGIN { if(defined &DEBUG) { } # no-op elsif( def...perldoc.perl.org/Pod::Simple::HTML.txtRegistered: Wed Aug 20 20:38:24 UTC 2025 - 33.8K bytes - Viewed (0) -
Pod::Text::Termcap.txt
# Convert POD data to ASCII text with format escapes. # # This is a simple subclass of Pod::Text that overrides a few key methods to # output the right termcap escape sequences for formatted text o...perldoc.perl.org/Pod::Text::Termcap.txtRegistered: Wed Aug 20 22:17:57 UTC 2025 - 9.3K bytes - Viewed (0) -
Pod::Simple::JustPod.txt
package Pod::Simple::JustPod; # ABSTRACT: Pod::Simple formatter that extracts POD from a file containing # other things as well use strict; use warnings; use Pod::Simple::Methody (); our @ISA = ('P...perldoc.perl.org/Pod::Simple::JustPod.txtRegistered: Wed Aug 20 08:19:57 UTC 2025 - 9.4K 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: Wed Aug 20 21:04:48 UTC 2025 - 2.3K bytes - Viewed (0)