- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2821 - 2830 of 3,197 for filetype:txt (0.15 sec)
-
Pod::Perldoc::ToChecker.txt
package Pod::Perldoc::ToChecker; use strict; use warnings; use vars qw(@ISA); use vars qw($VERSION); $VERSION = '3.28'; # Pick our superclass... # eval 'require Pod::Simple::Checker'; if($@) { requ...perldoc.perl.org/Pod::Perldoc::ToChecker.txtRegistered: Sun Nov 17 08:29:19 UTC 2024 - 1.7K bytes - Viewed (0) -
PerlIO::scalar.txt
package PerlIO::scalar; our $VERSION = '0.32'; 1; __END__ =head1 NAME PerlIO::scalar - in-memory IO, scalar IO =head1 SYNOPSIS my $scalar = ''; ... open my $fh, "<", \$scalar or die; open my $fh, "...perldoc.perl.org/PerlIO::scalar.txtRegistered: Sun Nov 17 05:03:23 UTC 2024 - 945 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.78'; sub DEBUG () { 0 } $|=1 if DEBUG; require Export...perldoc.perl.org/Unicode::UCD.txtRegistered: Mon Nov 18 19:26:47 UTC 2024 - 181.9K bytes - Viewed (0) -
Win32API::File.txt
# File.pm -- Low-level access to Win32 file/dir functions/constants. package Win32API::File; use strict; use integer; use Carp; use Config qw( %Config ); use Fcntl qw( O_RDONLY O_RDWR O_WRONLY O_AP...perldoc.perl.org/Win32API::File.txtRegistered: Mon Nov 18 18:53:26 UTC 2024 - 95.5K bytes - Viewed (0) -
Time::Local.txt
package Time::Local; use strict; use Carp (); use Exporter; our $VERSION = '1.35'; use parent 'Exporter'; our @EXPORT = qw( timegm timelocal ); our @EXPORT_OK = qw( timegm_modern timelocal_modern t...perldoc.perl.org/Time::Local.txtRegistered: Mon Nov 18 19:04:59 UTC 2024 - 16.9K bytes - Viewed (0) -
Unicode::Normalize.txt
package Unicode::Normalize; use 5.006; use strict; use warnings; use Carp; no warnings 'utf8'; our $VERSION = '1.32'; our $PACKAGE = __PACKAGE__; our @EXPORT = qw( NFC NFD NFKC NFKD ); our @EXPORT_...perldoc.perl.org/Unicode::Normalize.txtRegistered: Mon Nov 18 18:47:18 UTC 2024 - 19.5K bytes - Viewed (0) -
Tie::RefHash.txt
package Tie::RefHash; # git description: Tie-RefHash-1.39-10-g2cfa4bd # ABSTRACT: Use references as hash keys our $VERSION = '1.40'; #pod =head1 SYNOPSIS #pod #pod require 5.004; #pod use Tie::RefH...perldoc.perl.org/Tie::RefHash.txtRegistered: Tue Nov 19 00:04:28 UTC 2024 - 8.7K bytes - Viewed (0) -
UNIVERSAL.txt
package UNIVERSAL; our $VERSION = '1.17'; # UNIVERSAL.pm should not contain any methods/subs, they # are all defined in universal.c 1; __END__ =head1 NAME UNIVERSAL - base class for ALL classes (bl...perldoc.perl.org/UNIVERSAL.txtRegistered: Mon Nov 18 19:19:31 UTC 2024 - 6.3K bytes - Viewed (0) -
autodie::Scope::GuardStack.txt
package autodie::Scope::GuardStack; use strict; use warnings; use autodie::Scope::Guard; # ABSTRACT: Hook stack for managing scopes via %^H our $VERSION = '2.37'; # VERSION my $H_KEY_STEM = __PACKA...perldoc.perl.org/autodie::Scope::GuardStack.txtRegistered: Mon Nov 18 19:00:28 UTC 2024 - 3.3K bytes - Viewed (0) -
Win32CORE.txt
package Win32CORE; $VERSION = '0.04'; # There is no reason to load this module explicitly. It will be # initialized using xs_init() when the interpreter is constructed. 1; __END__ =head1 NAME Win32...perldoc.perl.org/Win32CORE.txtRegistered: Mon Nov 18 19:42:03 UTC 2024 - 1.3K bytes - Viewed (0)