Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 250 of 1,316 for label:perl (0.06 sec)

  1. XS::Typemap.txt

    package XS::Typemap; =head1 NAME XS::Typemap - module to test the XS typemaps distributed with perl =head1 SYNOPSIS use XS::Typemap; $output = T_IV( $input ); $output = T_PV( $input ); @output = T_...
    perldoc.perl.org/XS::Typemap.txt
    Registered: Wed Jul 02 02:49:00 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  2. Test2::Compare::Bag.txt

    package Test2::Compare::Bag; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '1.302210'; use Test2::Util::HashBase qw/ending meta items for_each/; use Carp qw/croak confes...
    perldoc.perl.org/Test2::Compare::Bag.txt
    Registered: Thu Aug 28 15:24:26 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  3. TAP::Parser::Iterator.txt

    package TAP::Parser::Iterator; use strict; use warnings; use base 'TAP::Object'; =head1 NAME TAP::Parser::Iterator - Base class for TAP source iterators =head1 VERSION Version 3.50 =cut our $VERSIO...
    perldoc.perl.org/TAP::Parser::Iterator.txt
    Registered: Thu Aug 28 11:52:28 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  4. Term::Table::LineBreak.txt

    package Term::Table::LineBreak; use strict; use warnings; our $VERSION = '0.024'; use Carp qw/croak/; use Scalar::Util qw/blessed/; use Term::Table::Util qw/uni_length/; use Term::Table::HashBase q...
    perldoc.perl.org/Term::Table::LineBreak.txt
    Registered: Thu Aug 28 10:37:42 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  5. Test2::Bundle::Simple.txt

    package Test2::Bundle::Simple; use strict; use warnings; our $VERSION = '1.302210'; use Test2::Plugin::ExitSummary; use Test2::Tools::Basic qw/ok plan done_testing skip_all/; our @EXPORT = qw/ok pl...
    perldoc.perl.org/Test2::Bundle::Simple.txt
    Registered: Thu Aug 28 15:18:38 UTC 2025
    - 2K bytes
    - Viewed (0)
  6. TAP::Parser::Result::Plan.txt

    package TAP::Parser::Result::Plan; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Plan - Plan result token. =head1 VERSION Version 3.50 =cut our $VERSION...
    perldoc.perl.org/TAP::Parser::Result::Plan.txt
    Registered: Thu Aug 28 11:13:13 UTC 2025
    - 2K bytes
    - Viewed (0)
  7. perlretut.txt

    =head1 NAME perlretut - Perl regular expressions tutorial =head1 DESCRIPTION This page provides a basic tutorial on understanding, creating and using regular expressions in Perl. It serves as a com...
    perldoc.perl.org/perlretut.txt
    Registered: Sat Aug 30 12:09:18 UTC 2025
    - 120.5K bytes
    - Viewed (0)
  8. perlreapi.txt

    =head1 NAME perlreapi - Perl regular expression plugin interface =head1 DESCRIPTION As of Perl 5.9.5 there is a new interface for plugging and using regular expression engines other than the defaul...
    perldoc.perl.org/perlreapi.txt
    Registered: Sat Aug 30 13:08:47 UTC 2025
    - 34.7K bytes
    - Viewed (0)
  9. perlootut.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlootut.pod =head1 NAME perlootut - Object-Oriented Programming in Perl Tutorial =head1...
    perldoc.perl.org/perlootut.txt
    Registered: Sat Aug 30 13:26:54 UTC 2025
    - 26.1K bytes
    - Viewed (0)
  10. perlreftut.txt

    =head1 NAME perlreftut - Mark's very short tutorial about references =head1 DESCRIPTION One of the most important new features in Perl 5 was the capability to manage complicated data structures lik...
    perldoc.perl.org/perlreftut.txt
    Registered: Sat Aug 30 14:37:15 UTC 2025
    - 18.3K bytes
    - Viewed (0)
Back to top