Acme-MetaSyntactic

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

Acme::MetaSyntactic - Themed metasyntactic variables

DESCRIPTION

When writing code examples, it's always easy at the beginning:

    my $foo = "bar";
    $foo .= "baz";   # barbaz

But one gets quickly stuck with the same old boring examples. Does it
have to be this way? I say "No".

Here is Acme::MetaSyntactic, designed to fulfill your metasyntactic
needs. No more will you scratch your head in search of a good variable
name!

UPDATES

From January 2005 to November 2006, I have published a CPAN distribution
a week, including new themes for Acme::MetaSyntactic (almost) every week.

lib/Acme/MetaSyntactic.pm  view on Meta::CPAN

    meta batman

=head1 DESCRIPTION

When writing code examples, it's always easy at the beginning:

    my $foo = "bar";
    $foo .= "baz";   # barbaz

But one gets quickly stuck with the same old boring examples.
Does it have to be this way? I say "No".

Here is C<Acme::MetaSyntactic>, designed to fulfill your metasyntactic needs.
Never again will you scratch your head in search of a good variable name!

=head1 METHODS (& FUNCTIONS)

C<Acme::MetaSyntactic> has an object-oriented interface, but can also
export a few functions (see L<EXPORTS>).

=head2 Methods



( run in 3.189 seconds using v1.01-cache-2.11-cpan-d7a12ab2c7f )