Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 571 - 580 of 1,316 for label:perl (2.99 sec)

  1. perltie.txt

    =head1 NAME X<tie> perltie - how to hide an object class in a simple variable =head1 SYNOPSIS tie VARIABLE, CLASSNAME, LIST $object = tied VARIABLE untie VARIABLE =head1 DESCRIPTION Prior to releas...
    perldoc.perl.org/perltie.txt
    Registered: Sat Aug 30 12:26:00 UTC 2025
    - 38.6K bytes
    - Viewed (0)
  2. perliol.txt

    =head1 NAME perliol - C API for Perl's implementation of IO in Layers. =head1 SYNOPSIS /* Defining a layer ... */ #include <perliol.h> =head1 DESCRIPTION This document describes the behavior and im...
    perldoc.perl.org/perliol.txt
    Registered: Sat Aug 30 09:59:03 UTC 2025
    - 34.7K bytes
    - Viewed (0)
  3. perlrebackslash.txt

    =head1 NAME perlrebackslash - Perl Regular Expression Backslash Sequences and Escapes =head1 DESCRIPTION The top level documentation about Perl regular expressions is found in L<perlre>. This docum...
    perldoc.perl.org/perlrebackslash.txt
    Registered: Sat Aug 30 10:22:01 UTC 2025
    - 32.4K bytes
    - Viewed (0)
  4. perlmod.txt

    =head1 NAME perlmod - Perl modules (packages and symbol tables) =head1 DESCRIPTION =head2 Is this the document you were after? There are other documents which might contain the information that you...
    perldoc.perl.org/perlmod.txt
    Registered: Sat Aug 30 11:24:17 UTC 2025
    - 26K bytes
    - Viewed (0)
  5. perlfaq2.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq2 - Obtaining and Learning about Perl =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section of the FAQ answers questions about where to find sour...
    perldoc.perl.org/perlfaq2.txt
    Registered: Sat Aug 30 10:15:11 UTC 2025
    - 10.3K bytes
    - Viewed (0)
  6. perlsource.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlsource.pod =head1 NAME perlsource - A guide to the Perl source tree =head1 DESCRIPTIO...
    perldoc.perl.org/perlsource.txt
    Registered: Sat Aug 30 10:44:38 UTC 2025
    - 7K bytes
    - Viewed (0)
  7. perl5302delta.txt

    =encoding utf8 =head1 NAME perl5302delta - what is new for perl v5.30.2 =head1 DESCRIPTION This document describes differences between the 5.30.1 release and the 5.30.2 release. If you are upgradin...
    perldoc.perl.org/perl5302delta.txt
    Registered: Sat Aug 30 10:55:47 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  8. 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: Fri Aug 29 07:55:59 UTC 2025
    - 110K bytes
    - Viewed (0)
  9. Test2::V0.txt

    package Test2::V0; use strict; use warnings; use Test2::Util::Importer; our $VERSION = '1.302210'; use Carp qw/croak/; use Test2::Plugin::SRand(); use Test2::Plugin::UTF8(); use Test2::Tools::Targe...
    perldoc.perl.org/Test2::V0.txt
    Registered: Fri Aug 29 11:04:14 UTC 2025
    - 11.6K bytes
    - Viewed (0)
  10. User::pwent.txt

    package User::pwent 1.03; use v5.38; use Config; use Carp; our ( $pw_name, $pw_passwd, $pw_uid, $pw_gid, $pw_gecos, $pw_dir, $pw_shell, $pw_expire, $pw_change, $pw_class, $pw_age, $pw_quota, $pw_co...
    perldoc.perl.org/User::pwent.txt
    Registered: Fri Aug 29 13:48:15 UTC 2025
    - 9.6K bytes
    - Viewed (0)
Back to top