- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2161 - 2170 of 3,812 for filetype:txt (0.28 sec)
-
Archive::Tar::File.txt
package Archive::Tar::File; use strict; use Carp (); use IO::File; use File::Spec::Unix (); use File::Spec (); use File::Basename (); use Archive::Tar::Constant; use vars qw[@ISA $VERSION]; #@ISA =...perldoc.perl.org/Archive::Tar::File.txtRegistered: Sun Apr 20 11:41:56 UTC 2025 - 18.4K 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: Sun Apr 20 14:01:18 UTC 2025 - 15.4K bytes - Viewed (0) -
File::Spec::Unix.txt
package File::Spec::Unix; use strict; use Cwd (); our $VERSION = '3.91'; $VERSION =~ tr/_//d; =head1 NAME File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules =head1 SYNOPSIS r...perldoc.perl.org/File::Spec::Unix.txtRegistered: Sun Apr 20 17:10:43 UTC 2025 - 15.5K 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: Sun Apr 20 10:14:29 UTC 2025 - 12.9K bytes - Viewed (0) -
File::Spec.txt
package File::Spec; use strict; # Keep $VERSION consistent in all *.pm files in this distribution, including # Cwd.pm. our $VERSION = '3.91'; $VERSION =~ tr/_//d; my %module = ( MSWin32 => 'Win32',...perldoc.perl.org/File::Spec.txtRegistered: Sun Apr 20 17:15:28 UTC 2025 - 10.4K bytes - Viewed (0) -
sigtrap.txt
package sigtrap; =head1 NAME sigtrap - Perl pragma to enable simple signal handling =cut use Carp; $VERSION = '1.10'; $Verbose ||= 0; sub import { my $pkg = shift; my $handler = \&handler_traceback...perldoc.perl.org/sigtrap.txtRegistered: Sun Apr 20 10:41:49 UTC 2025 - 8.5K bytes - Viewed (0) -
CPAN::Debug.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- package CPAN::Debug; use strict; use vars qw($VERSION); $VERSION = "5.5001"; # module is internal to CPAN.pm %CPAN::DEBUG = qw[ CPAN 1 In...perldoc.perl.org/CPAN::Debug.txtRegistered: Sun Apr 20 11:16:49 UTC 2025 - 2.1K bytes - Viewed (0) -
Unicode::Collate::CJK::GB2312.txt
package Unicode::Collate::CJK::GB2312; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { nex...perldoc.perl.org/Unicode::Collate::CJK::GB2312.txtRegistered: Wed Apr 23 03:50:57 UTC 2025 - 34.4K bytes - Viewed (0) -
Time::HiRes.txt
package Time::HiRes; { use 5.006; } use strict; require Exporter; use XSLoader (); our @ISA = qw(Exporter); our @EXPORT = qw( ); # More or less this same list is in Makefile.PL. Should unify. our @...perldoc.perl.org/Time::HiRes.txtRegistered: Wed Apr 23 05:12:00 UTC 2025 - 25.1K bytes - Viewed (0) -
autodie::Util.txt
package autodie::Util; use strict; use warnings; use Exporter 5.57 qw(import); use autodie::Scope::GuardStack; our @EXPORT_OK = qw( fill_protos install_subs make_core_trampoline on_end_of_compile_s...perldoc.perl.org/autodie::Util.txtRegistered: Wed Apr 23 03:15:32 UTC 2025 - 7.6K bytes - Viewed (0)