Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 1,304 for label:perl (0.03 sec)

  1. Unicode::Collate::CJK::Pinyin.txt

    package Unicode::Collate::CJK::Pinyin; 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::Pinyin.txt
    Registered: Mon Apr 07 05:08:25 UTC 2025
    - 103.6K bytes
    - Viewed (0)
  2. Sys::Syslog::Win32.txt

    package Sys::Syslog::Win32; use strict; use warnings; use Carp; use File::Spec; # === WARNING === WARNING === WARNING === WARNING === WARNING === WARNING === # # This file was generated by Sys-Sysl...
    perldoc.perl.org/Sys::Syslog::Win32.txt
    Registered: Sat Apr 05 23:50:44 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  3. Pod::Html::Util.txt

    package Pod::Html::Util; use strict; use Exporter 'import'; our $VERSION = 1.35; # Please keep in synch with lib/Pod/Html.pm $VERSION = eval $VERSION; our @EXPORT_OK = qw( anchorify html_escape htm...
    perldoc.perl.org/Pod::Html::Util.txt
    Registered: Sun Apr 06 01:55:37 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  4. TAP::Parser::Source.txt

    package TAP::Parser::Source; use strict; use warnings; use File::Basename qw( fileparse ); use base 'TAP::Object'; use constant BLK_SIZE => 512; =head1 NAME TAP::Parser::Source - a TAP source & met...
    perldoc.perl.org/TAP::Parser::Source.txt
    Registered: Sun Apr 06 01:45:27 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  5. Pod::Simple::PullParserStartToken.txt

    package Pod::Simple::PullParserStartToken; use strict; use warnings; use Pod::Simple::PullParserToken (); our @ISA = ('Pod::Simple::PullParserToken'); our $VERSION = '3.45'; sub new { # Class->new(...
    perldoc.perl.org/Pod::Simple::PullParserStartToken.txt
    Registered: Sun Apr 06 01:04:44 UTC 2025
    - 4K bytes
    - Viewed (0)
  6. Test2::IPC.txt

    package Test2::IPC; use strict; use warnings; our $VERSION = '1.302199'; use Test2::API::Instance; use Test2::Util qw/get_tid/; use Test2::API qw{ test2_in_preload test2_init_done test2_ipc test2_h...
    perldoc.perl.org/Test2::IPC.txt
    Registered: Sun Apr 06 03:35:16 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  7. Test2::Manual::Anatomy::API.txt

    package Test2::Manual::Anatomy::API; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Anatomy::API - Internals documentation for the API. =head1 DESCRIPTIO...
    perldoc.perl.org/Test2::Manual::Anatomy::API.txt
    Registered: Sun Apr 06 03:20:44 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  8. Test2::EventFacet::Render.txt

    package Test2::EventFacet::Render; use strict; use warnings; our $VERSION = '1.302199'; sub is_list { 1 } BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::Hash...
    perldoc.perl.org/Test2::EventFacet::Render.txt
    Registered: Sun Apr 06 04:13:46 UTC 2025
    - 2K bytes
    - Viewed (0)
  9. TAP::Formatter::Console.txt

    package TAP::Formatter::Console; use strict; use warnings; use base 'TAP::Formatter::Base'; use POSIX qw(strftime); =head1 NAME TAP::Formatter::Console - Harness output delegate for default console...
    perldoc.perl.org/TAP::Formatter::Console.txt
    Registered: Sun Apr 06 00:06:53 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  10. Test2::EventFacet::About.txt

    package Test2::EventFacet::About; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -package -...
    perldoc.perl.org/Test2::EventFacet::About.txt
    Registered: Sun Apr 06 03:57:58 UTC 2025
    - 1.5K bytes
    - Viewed (0)
Back to top