- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2681 - 2690 of 3,449 for filetype:txt (0.07 sec)
-
Safe.txt
package Safe; use 5.003_11; use Scalar::Util qw(reftype refaddr); $Safe::VERSION = "2.47"; # *** Don't declare any lexicals above this point *** # # This function should return a closure which cont...perldoc.perl.org/Safe.txtRegistered: Tue Sep 09 23:03:57 UTC 2025 - 24.8K bytes - Viewed (0) -
Exporter.txt
package Exporter; use strict; no strict 'refs'; our $Debug = 0; our $ExportLevel = 0; our $Verbose ||= 0; our $VERSION = '5.79'; our %Cache; sub as_heavy { require Exporter::Heavy; # Unfortunately,...perldoc.perl.org/Exporter.txtRegistered: Wed Sep 10 00:26:25 UTC 2025 - 18.8K bytes - Viewed (0) -
Config::Perl::V.txt
package Config::Perl::V; use strict; use warnings; use Config; use Exporter; our $VERSION = "0.38"; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( plv2hash summary myconfig signature ); our %EXPOR...perldoc.perl.org/Config::Perl::V.txtRegistered: Tue Sep 09 20:23:59 UTC 2025 - 15.2K bytes - Viewed (0) -
Tie::RefHash.txt
package Tie::RefHash; # git description: v1.40-9-g23812d9 # ABSTRACT: Use references as hash keys our $VERSION = '1.41'; #pod =head1 SYNOPSIS #pod #pod require 5.004; #pod use Tie::RefHash; #pod ti...perldoc.perl.org/Tie::RefHash.txtRegistered: Wed Sep 10 02:37:53 UTC 2025 - 8.5K bytes - Viewed (0) -
experimental.txt
package experimental; $experimental::VERSION = '0.035'; use strict; use warnings; use version (); BEGIN { eval { require feature } }; use Carp qw/croak carp/; my %warnings = map { $_ => 1 } grep { ...perldoc.perl.org/experimental.txtRegistered: Wed Sep 10 00:15:32 UTC 2025 - 8.9K bytes - Viewed (0) -
perlfunc.txt
=head1 NAME X<function> perlfunc - Perl builtin functions =head1 DESCRIPTION The functions in this section can serve as terms in an expression. They fall into two major categories: list operators a...perldoc.perl.org/perlfunc.txtRegistered: Tue Sep 09 20:15:43 UTC 2025 - 416.4K bytes - Viewed (0) -
Unicode::UCD.txt
package Unicode::UCD; use strict; use warnings; no warnings 'surrogate'; # surrogates can be inputs to this use charnames (); our $VERSION = '0.81'; sub DEBUG () { 0 } $|=1 if DEBUG; require Export...perldoc.perl.org/Unicode::UCD.txtRegistered: Wed Sep 10 01:22:48 UTC 2025 - 183.2K bytes - Viewed (0) -
VMS::Filespec.txt
# Perl hooks into the routines in vms.c for interconversion # of VMS and Unix file specification syntax. # # Version: see $VERSION below # Author: Charles Bailey bailey@newman.upenn.edu # Revised: ...perldoc.perl.org/VMS::Filespec.txtRegistered: Wed Jul 02 07:37:33 UTC 2025 - 15.4K bytes - Viewed (0) -
VMS::DCLsym.txt
package VMS::DCLsym; use Carp; use DynaLoader; use strict; # Package globals our @ISA = ( 'DynaLoader' ); our $VERSION = '1.09'; # remember to update version in POD! my(%Locsyms) = ( ':ID' => 'LOCA...perldoc.perl.org/VMS::DCLsym.txtRegistered: Wed Jul 02 06:29:23 UTC 2025 - 8.4K bytes - Viewed (0) -
perlport.txt
=head1 NAME perlport - Writing portable Perl =head1 DESCRIPTION Perl runs on numerous operating systems. While most of them share much in common, they also have their own unique features. This docu...perldoc.perl.org/perlport.txtRegistered: Sat Aug 30 08:59:33 UTC 2025 - 87.4K bytes - Viewed (0)