Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 2,657 for host:perldoc.perl.org (0.02 sec)

  1. Pod::Text.txt

    # Convert POD data to formatted text. # # This module converts POD to formatted text. It replaces the old Pod::Text # module that came with versions of Perl prior to 5.6.0 and attempts to match # i...
    perldoc.perl.org/Pod::Text.txt
    Registered: Thu Jan 08 14:47:30 UTC 2026
    - 43.6K bytes
    - Viewed (0)
  2. TAP::Parser::SourceHandler::Handle.txt

    package TAP::Parser::SourceHandler::Handle; use strict; use warnings; use TAP::Parser::IteratorFactory (); use TAP::Parser::Iterator::Stream (); use base 'TAP::Parser::SourceHandler'; TAP::Parser::...
    perldoc.perl.org/TAP::Parser::SourceHandler::Handle.txt
    Registered: Thu Jan 08 21:50:02 UTC 2026
    - 2.6K bytes
    - Viewed (0)
  3. JSON::PP::Boolean.txt

    package JSON::PP::Boolean; use strict; use warnings; use overload (); overload::unimport('overload', qw(0+ ++ -- fallback)); overload::import('overload', "0+" => sub { ${$_[0]} }, "++" => sub { $_[...
    perldoc.perl.org/JSON::PP::Boolean.txt
    Registered: Thu Jan 08 14:27:26 UTC 2026
    - 852 bytes
    - Viewed (0)
  4. state

    =over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS C<state> declares a lexically scoped variable, just like L<C<my>|/my VARLIST...
    perldoc.perl.org/5.43.5/functions/state Similar Results (2)
    Registered: Mon Jan 12 04:52:51 UTC 2026
    - 1.9K bytes
    - Viewed (0)
  5. perlintern.txt

    -*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by autodoc.pl extracting documentation from the C source files. Any changes made here will be lost! =...
    perldoc.perl.org/perlintern.txt
    Registered: Tue Jan 13 13:31:16 UTC 2026
    - 149.2K bytes
    - Viewed (0)
  6. perlpacktut.txt

    =head1 NAME perlpacktut - tutorial on C<pack> and C<unpack> =head1 DESCRIPTION C<pack> and C<unpack> are two functions for transforming data according to a user-defined template, between the guarde...
    perldoc.perl.org/perlpacktut.txt Similar Results (1)
    Registered: Tue Jan 13 03:48:11 UTC 2026
    - 50.2K bytes
    - Viewed (0)
  7. perlxstut.txt

    =head1 NAME perlxstut - Tutorial for writing XSUBs =head1 DESCRIPTION This tutorial will educate the reader on the steps involved in creating a Perl extension. The reader is assumed to have access ...
    perldoc.perl.org/perlxstut.txt Similar Results (1)
    Registered: Tue Jan 13 13:07:54 UTC 2026
    - 49.3K bytes
    - Viewed (0)
  8. 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 Similar Results (1)
    Registered: Tue Jan 13 09:54:01 UTC 2026
    - 38.6K bytes
    - Viewed (0)
  9. 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: Tue Jan 13 13:36:52 UTC 2026
    - 34.7K bytes
    - Viewed (0)
  10. perl5221delta.txt

    =encoding utf8 =head1 NAME perl5221delta - what is new for perl v5.22.1 =head1 DESCRIPTION This document describes differences between the 5.22.0 release and the 5.22.1 release. If you are upgradin...
    perldoc.perl.org/perl5221delta.txt
    Registered: Tue Jan 13 12:17:26 UTC 2026
    - 10.3K bytes
    - Viewed (0)
Back to top