Acme-CPANModules-InterestingTies

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

VERSION
    This document describes version 0.001 of
    Acme::CPANModules::InterestingTies (from Perl distribution
    Acme-CPANModules-InterestingTies), released on 2023-10-31.

DESCRIPTION
    The perl's tie interface allows you to create "magical" scalar, array,
    hash, or filehandle. When you read or set the value of these variables,
    various things can be triggered.

    This Acme::CPANModules list catalogs some of the interesting uses of the
    tie() interface.

ACME::CPANMODULES ENTRIES
    Acme::Tie::Formatted
        Author: MCMAHON <https://metacpan.org/author/MCMAHON>

        This module allows you to do sprintf() by accessing a hash key,
        e.g.:

         print $format{17, "%03x"};

lib/Acme/CPANModules/InterestingTies.pm  view on Meta::CPAN

our $VERSION = '0.001'; # VERSION

our $LIST = {
    summary => "List of interesting uses of the tie() interface",
    description => <<'MARKDOWN',

The perl's tie interface allows you to create "magical" scalar, array, hash, or
filehandle. When you read or set the value of these variables, various things
can be triggered.

This <pm:Acme::CPANModules> list catalogs some of the interesting uses of the
tie() interface.

MARKDOWN
    entries => [

        {
            module => 'Acme::Tie::Formatted',
            description => <<'MARKDOWN',

This module allows you to do `sprintf()` by accessing a hash key, e.g.:

lib/Acme/CPANModules/InterestingTies.pm  view on Meta::CPAN

=head1 VERSION

This document describes version 0.001 of Acme::CPANModules::InterestingTies (from Perl distribution Acme-CPANModules-InterestingTies), released on 2023-10-31.

=head1 DESCRIPTION

The perl's tie interface allows you to create "magical" scalar, array, hash, or
filehandle. When you read or set the value of these variables, various things
can be triggered.

This L<Acme::CPANModules> list catalogs some of the interesting uses of the
tie() interface.

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<Acme::Tie::Formatted>

Author: L<MCMAHON|https://metacpan.org/author/MCMAHON>



( run in 0.272 second using v1.01-cache-2.11-cpan-4d50c553e7e )