Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 2,615 for host:perldoc.perl.org (0.03 sec)

  1. Test2::Workflow::Task::Action.txt

    package Test2::Workflow::Task::Action; use strict; use warnings; our $VERSION = '0.000162'; use base 'Test2::Workflow::Task'; use Test2::Util::HashBase qw/around/; 1; __END__ =pod =encoding UTF-8 =...
    perldoc.perl.org/Test2::Workflow::Task::Action.txt
    Registered: Mon Mar 24 21:22:56 UTC 2025
    - 791 bytes
    - Viewed (0)
  2. Unicode::Collate::CJK::Zhuyin.txt

    package Unicode::Collate::CJK::Zhuyin; 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::Zhuyin.txt
    Registered: Tue Mar 25 03:59:35 UTC 2025
    - 110K bytes
    - Viewed (0)
  3. Memoize.txt

    # -*- mode: perl; perl-indent-level: 2; -*- # vim: ts=8 sw=2 sts=2 noexpandtab # Memoize.pm # # Copyright 1998, 1999, 2000, 2001, 2012 M. J. Dominus. # You may copy and distribute this program unde...
    perldoc.perl.org/Memoize.txt
    Registered: Sun Mar 23 05:13:59 UTC 2025
    - 31.8K bytes
    - Viewed (0)
  4. IO::Uncompress::Bunzip2.txt

    package IO::Uncompress::Bunzip2 ; use strict ; use warnings; use bytes; use IO::Compress::Base::Common 2.212 qw(:Status ); use IO::Uncompress::Base 2.212 ; use IO::Uncompress::Adapter::Bunzip2 2.21...
    perldoc.perl.org/IO::Uncompress::Bunzip2.txt
    Registered: Sun Mar 23 06:24:54 UTC 2025
    - 25.5K bytes
    - Viewed (0)
  5. IO::Compress::Bzip2.txt

    package IO::Compress::Bzip2 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::Base 2.212 ; use IO::Compress::Base::Common 2.212 qw(); use IO::Compress::Adapter::Bzip2 2.2...
    perldoc.perl.org/IO::Compress::Bzip2.txt
    Registered: Sun Mar 23 06:35:42 UTC 2025
    - 22.6K bytes
    - Viewed (0)
  6. File::Copy.txt

    # File/Copy.pm. Written in 1994 by Aaron Sherman <ajs@ajs.com>. This # source code has been placed in the public domain by the author. # Please be kind and preserve the documentation. # # Additions...
    perldoc.perl.org/File::Copy.txt
    Registered: Sun Mar 23 07:04:57 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  7. IO::Select.txt

    # IO::Select.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl...
    perldoc.perl.org/IO::Select.txt
    Registered: Sun Mar 23 06:16:54 UTC 2025
    - 9.1K bytes
    - Viewed (0)
  8. Pod::Perldoc::BaseTo.txt

    package Pod::Perldoc::BaseTo; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use Carp qw(croak carp); use Config qw(%Config); use File::Spec::Functions qw(catfile); sub is_page...
    perldoc.perl.org/Pod::Perldoc::BaseTo.txt
    Registered: Sun Mar 23 07:12:21 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  9. Test2::Manual::Anatomy::Event.txt

    package Test2::Manual::Anatomy::Event; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Anatomy::Event - The internals of events =head1 DESCRIPTION Events ...
    perldoc.perl.org/Test2::Manual::Anatomy::Event.txt
    Registered: Mon Mar 24 17:28:54 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  10. Test2::V0.txt

    package Test2::V0; use strict; use warnings; use Test2::Util::Importer; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::Plugin::SRand(); use Test2::Plugin::UTF8(); use Test2::Tools::Targe...
    perldoc.perl.org/Test2::V0.txt
    Registered: Mon Mar 24 16:06:10 UTC 2025
    - 11.6K bytes
    - Viewed (0)
Back to top