- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 191 - 200 of 2,615 for host:perldoc.perl.org (0.04 sec)
-
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: Thu Mar 06 18:21:33 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: Thu Mar 06 21:36:57 UTC 2025 - 9.4K bytes - Viewed (0) -
Net::protoent.txt
package Net::protoent 1.03; use v5.38; our ( $p_name, @p_aliases, $p_proto ); use Exporter 'import'; our @EXPORT = qw(getprotobyname getprotobynumber getprotoent getproto); our @EXPORT_OK = qw( $p_...perldoc.perl.org/Net::protoent.txtRegistered: Thu Mar 06 15:32:02 UTC 2025 - 2.9K 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: Thu Mar 06 17:33:51 UTC 2025 - 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: Thu Mar 06 20:53:16 UTC 2025 - 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: Thu Mar 06 17:19:56 UTC 2025 - 2.3K bytes - Viewed (0) -
piconv.txt
#!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!./perl # $Id: piconv,v 2.8 2...perldoc.perl.org/piconv.txtRegistered: Sat Mar 08 11:54:47 UTC 2025 - 8.2K bytes - Viewed (0) -
%{^HOOK}.txt
=over =item %{^HOOK} X<%{^HOOK}> This hash contains coderefs which are called when various perl keywords which are hard or impossible to wrap are called. The keys of this hash are named after the k...perldoc.perl.org/variables/%{^HOOK}.txtRegistered: Sat Mar 08 13:09:58 UTC 2025 - 3K bytes - Viewed (0) -
$0.txt
=over =item $PROGRAM_NAME =item $0 X<$0> X<$PROGRAM_NAME> Contains the name of the program being executed. On some (but not all) operating systems assigning to C<$0> modifies the argument area that...perldoc.perl.org/variables/$0.txtRegistered: Sat Mar 08 14:00:58 UTC 2025 - 2.3K bytes - Viewed (0) -
$^X.txt
=over =item $EXECUTABLE_NAME =item $^X X<$^X> X<$EXECUTABLE_NAME> The name used to execute the current copy of Perl, from C's C<argv[0]> or (where supported) F</proc/self/exe>. Depending on the hos...perldoc.perl.org/variables/$^X.txtRegistered: Sat Mar 08 15:05:10 UTC 2025 - 2K bytes - Viewed (0)