- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3241 - 3250 of 3,417 for filetype:txt (0.05 sec)
-
Sub::Util.txt
# Copyright (c) 2014 Paul Evans <leonerd@leonerd.org.uk>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. packa...perldoc.perl.org/Sub::Util.txtRegistered: Sat Feb 15 18:03:33 UTC 2025 - 4.6K bytes - Viewed (0) -
Pod::Perldoc::ToTk.txt
package Pod::Perldoc::ToTk; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use parent qw(Pod::Perldoc::BaseTo); sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_ex...perldoc.perl.org/Pod::Perldoc::ToTk.txtRegistered: Sat Feb 15 16:50:25 UTC 2025 - 3.9K bytes - Viewed (0) -
TAP::Parser::Multiplexer.txt
package TAP::Parser::Multiplexer; use strict; use warnings; use IO::Select; use Errno; use base 'TAP::Object'; use constant IS_WIN32 => $^O =~ /^(MS)?Win32$/; use constant IS_VMS => $^O eq 'VMS'; u...perldoc.perl.org/TAP::Parser::Multiplexer.txtRegistered: Sat Feb 15 16:13:52 UTC 2025 - 4.2K bytes - Viewed (0) -
Fatal.txt
package Fatal; # ABSTRACT: Replace functions with equivalents which succeed or die use 5.008; # 5.8.x needed for autodie use Carp; use strict; use warnings; use Tie::RefHash; # To cache subroutine ...perldoc.perl.org/Fatal.txtRegistered: Fri Feb 14 14:26:41 UTC 2025 - 59.2K bytes - Viewed (0) -
Data::Dumper.txt
# # Data/Dumper.pm # # convert perl data structures into perl syntax suitable for both printing # and eval # # Documentation at the __END__ # package Data::Dumper; use strict; use warnings; #$| = 1...perldoc.perl.org/Data::Dumper.txtRegistered: Fri Feb 14 15:45:15 UTC 2025 - 45.2K bytes - Viewed (0) -
File::Fetch.txt
package File::Fetch; use strict; use FileHandle; use File::Temp; use File::Copy; use File::Spec; use File::Spec::Unix; use File::Basename qw[dirname]; use Cwd qw[cwd]; use Carp qw[carp]; use IPC::C...perldoc.perl.org/File::Fetch.txtRegistered: Fri Feb 14 14:33:28 UTC 2025 - 46.2K bytes - Viewed (0) -
Encode::Unicode.txt
package Encode::Unicode; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.20 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE__, $VERS...perldoc.perl.org/Encode::Unicode.txtRegistered: Fri Feb 14 13:51:53 UTC 2025 - 8.7K bytes - Viewed (0) -
ExtUtils::Constant::Utils.txt
package ExtUtils::Constant::Utils; use strict; use vars qw($VERSION @EXPORT_OK @ISA); use Carp; @ISA = 'Exporter'; @EXPORT_OK = qw(C_stringify perl_stringify); $VERSION = '0.04'; use constant is_pe...perldoc.perl.org/ExtUtils::Constant::Utils.txtRegistered: Fri Feb 14 14:06:19 UTC 2025 - 3.4K bytes - Viewed (0) -
Encode::CN.txt
package Encode::CN; BEGIN { if ( ord("A") == 193 ) { die "Encode::CN not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...perldoc.perl.org/Encode::CN.txtRegistered: Fri Feb 14 14:12:28 UTC 2025 - 2K bytes - Viewed (0) -
Encode::CJKConstants.txt
# # $Id: CJKConstants.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $ # package Encode::CJKConstants; use strict; use warnings; our $RCSID = q$Id: CJKConstants.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp...perldoc.perl.org/Encode::CJKConstants.txtRegistered: Fri Feb 14 15:22:49 UTC 2025 - 1.6K bytes - Viewed (0)