Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3291 - 3300 of 3,463 for filetype:txt (0.04 sec)

  1. 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.txt
    Registered: Wed Jun 18 19:43:18 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Wed Jun 18 20:24:01 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Wed Jun 18 19:10:36 UTC 2025
    - 901 bytes
    - Viewed (0)
  4. 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.txt
    Registered: Wed Jun 18 18:52:24 UTC 2025
    - 1018 bytes
    - Viewed (0)
  5. 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.txt
    Registered: Sat Jun 21 01:22:28 UTC 2025
    - 8.4K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Fri Jun 20 23:22:02 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Fri Jun 20 22:10:17 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Fri Jun 20 21:55:13 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Sat Jun 21 00:01:36 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Fri Jun 20 21:31:28 UTC 2025
    - 3.1K bytes
    - Viewed (0)
Back to top