- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1081 - 1090 of 2,621 for host:perldoc.perl.org (0.17 sec)
-
Pod::Simple::XMLOutStream.txt
package Pod::Simple::XMLOutStream; use strict; use warnings; use Carp (); use Pod::Simple (); our $VERSION = '3.45'; BEGIN { our @ISA = ('Pod::Simple'); *DEBUG = \&Pod::Simple::DEBUG unless defined...perldoc.perl.org/Pod::Simple::XMLOutStream.txtRegistered: Sun Apr 27 15:05:40 UTC 2025 - 4.5K bytes - Viewed (0) -
Pod::Simple::Debug.txt
package Pod::Simple::Debug; use strict; our $VERSION = '3.45'; sub import { my($value,$variable); if(@_ == 2) { $value = $_[1]; } elsif(@_ == 3) { ($variable, $value) = @_[1,2]; ($variable, $value)...perldoc.perl.org/Pod::Simple::Debug.txtRegistered: Sun Apr 27 16:35:36 UTC 2025 - 4.5K bytes - Viewed (0) -
Pod::Simple::DumpAsText.txt
package Pod::Simple::DumpAsText; use strict; our $VERSION = '3.45'; use Pod::Simple (); BEGIN { our @ISA = ('Pod::Simple')} use Carp (); BEGIN { *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG ...perldoc.perl.org/Pod::Simple::DumpAsText.txtRegistered: Sun Apr 27 15:50:18 UTC 2025 - 3.9K bytes - Viewed (0) -
Net::Time.txt
# Net::Time.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2014, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it and/o...perldoc.perl.org/Net::Time.txtRegistered: Sun Apr 27 16:43:02 UTC 2025 - 4.2K bytes - Viewed (0) -
Pod::Html.txt
package Pod::Html; use strict; use Exporter 'import'; our $VERSION = 1.35; $VERSION = eval $VERSION; our @EXPORT = qw(pod2html); use Config; use Cwd; use File::Basename; use File::Spec; use Pod::Si...perldoc.perl.org/Pod::Html.txtRegistered: Sun Apr 27 10:57:35 UTC 2025 - 21.5K bytes - Viewed (0) -
PerlIO::encoding.txt
package PerlIO::encoding; use strict; our $VERSION = '0.31'; our $DEBUG = 0; $DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n"; # # Equivalent of this is done in encoding.xs - do...perldoc.perl.org/PerlIO::encoding.txtRegistered: Sun Apr 27 10:39:39 UTC 2025 - 1.2K bytes - Viewed (0) -
perlretut.txt
=head1 NAME perlretut - Perl regular expressions tutorial =head1 DESCRIPTION This page provides a basic tutorial on understanding, creating and using regular expressions in Perl. It serves as a com...perldoc.perl.org/perlretut.txt Similar Results (1)Registered: Fri Apr 25 17:33:51 UTC 2025 - 120.5K bytes - Viewed (0) -
AutoLoader.txt
package AutoLoader; use strict; use 5.006_001; our($VERSION, $AUTOLOAD); my $is_dosish; my $is_epoc; my $is_vms; my $is_macos; BEGIN { $is_dosish = $^O eq 'dos' || $^O eq 'os2' || $^O eq 'MSWin32' ...perldoc.perl.org/AutoLoader.txtRegistered: Fri Apr 25 22:28:46 UTC 2025 - 15.4K bytes - Viewed (0) -
autodie::hints.txt
package autodie::hints; use strict; use warnings; use constant PERL58 => ( $] < 5.009 ); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Provide hints about user subr...perldoc.perl.org/autodie::hints.txtRegistered: Fri Apr 25 19:48:32 UTC 2025 - 16.7K bytes - Viewed (0) -
builtin.txt
package builtin 0.014; use strict; use warnings; # All code, including &import, is implemented by always-present # functions in the perl interpreter itself. # See also `builtin.c` in perl source 1;...perldoc.perl.org/builtin.txtRegistered: Fri Apr 25 19:44:25 UTC 2025 - 12.9K bytes - Viewed (0)