- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3291 - 3300 of 3,463 for filetype:txt (0.04 sec)
-
ExtUtils::Typemaps::OutputMap.txt
package ExtUtils::Typemaps::OutputMap; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; =head1 NAME ExtUtils::Typemaps::OutputMap - Entry in the OUTPUT section of a typemap =head1 SYN...perldoc.perl.org/ExtUtils::Typemaps::OutputMap.txtRegistered: Wed Jun 18 19:43:18 UTC 2025 - 4.3K bytes - Viewed (0) -
Locale::Maketext::Cookbook.txt
# This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. =encoding utf-8 =head1 NAME Locale::Maketext::Cookbook - recipes for using Locale::Maket...perldoc.perl.org/Locale::Maketext::Cookbook.txtRegistered: Wed Jun 18 20:24:01 UTC 2025 - 3.8K bytes - Viewed (0) -
ExtUtils::MM_MacOS.txt
package ExtUtils::MM_MacOS; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; sub new { die 'MacOS Classic (MacPerl) is no longer supported by MakeMaker'; } =head1 NAME ExtUtils...perldoc.perl.org/ExtUtils::MM_MacOS.txtRegistered: Wed Jun 18 19:10:36 UTC 2025 - 901 bytes - Viewed (0) -
List::Util::XS.txt
package List::Util::XS; use strict; use warnings; use List::Util; our $VERSION = "1.63"; # FIXUP $VERSION =~ tr/_//d; # FIXUP 1; __END__ =head1 NAME List::Util::XS - Indicate if List::Util was comp...perldoc.perl.org/List::Util::XS.txtRegistered: Wed Jun 18 18:52:24 UTC 2025 - 1018 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: Sat Jun 21 01:22:28 UTC 2025 - 8.4K bytes - Viewed (0) -
Test2::Workflow.txt
package Test2::Workflow; use strict; use warnings; our $VERSION = '0.000162'; our @EXPORT_OK = qw/parse_args current_build build root_build init_root build_stack/; use base 'Exporter'; use Test2::W...perldoc.perl.org/Test2::Workflow.txtRegistered: Fri Jun 20 23:22:02 UTC 2025 - 7.1K bytes - Viewed (0) -
Test2::Util::Stash.txt
package Test2::Util::Stash; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use B; our @EXPORT_OK = qw{ get_stash get_glob get_symbol parse_symbol purge_symbol slot_to_sig ...perldoc.perl.org/Test2::Util::Stash.txtRegistered: Fri Jun 20 22:10:17 UTC 2025 - 5.6K bytes - Viewed (0) -
Tie::Memoize.txt
use strict; package Tie::Memoize; use Tie::Hash; our @ISA = 'Tie::ExtraHash'; our $VERSION = '1.1'; our $exists_token = \undef; sub croak {require Carp; goto &Carp::croak} # Format: [0: STORAGE, 1:...perldoc.perl.org/Tie::Memoize.txtRegistered: Fri Jun 20 21:55:13 UTC 2025 - 4.2K bytes - Viewed (0) -
Test2::Util::ExternalMeta.txt
package Test2::Util::ExternalMeta; use strict; use warnings; our $VERSION = '1.302199'; use Carp qw/croak/; sub META_KEY() { '_meta' } our @EXPORT = qw/meta set_meta get_meta delete_meta/; BEGIN { ...perldoc.perl.org/Test2::Util::ExternalMeta.txtRegistered: Sat Jun 21 00:01:36 UTC 2025 - 3.7K bytes - Viewed (0) -
Test2::Util::Times.txt
package Test2::Util::Times; use strict; use warnings; use List::Util qw/sum/; our $VERSION = '0.000162'; our @EXPORT_OK = qw/render_bench render_duration/; use base 'Exporter'; sub render_duration ...perldoc.perl.org/Test2::Util::Times.txtRegistered: Fri Jun 20 21:31:28 UTC 2025 - 3.1K bytes - Viewed (0)