view release on metacpan or search on metacpan
lib/Carrot/Continuity/Coordination/Episode./documentation/Episode-en.pod view on Meta::CPAN
To run the loop, call the method run. It takes one mandatory parameter, which is a scalar reference for loop control. As long as the scalar is true, the loop continues. However, the loop always completes the current round, there is no early break out...
=head1 Targets
An event is I<generated by a source> and I<delivered to a target>. If you set up a target, it will find its source automatically. Thus sources are not discussed at this point. Bringing a target to live is normally done in two steps. First the target ...
When an event occurs, a method of an object is called. It shouldn't be too surprising that Carrot::Continuity::Coordination::Episode I<delivers events to instances>. That is a considerable overhead compared to subroutine callbacks, however, it's prob...
Delivering events as method calls has the side effect of keeping references to instances. You are well advised to always deactivate your events after use, otherwise the referenced instance stays alive and receives events. To be on the safe side, you...
=head1 KNOWN BUGS AND LIMITATIONS
This is the first public release.
The Off-Topic directory OT contains some classes which might get replaced with a suitable solution from CPAN sooner or later.
=head1 AUTHOR
Winfried Trumper E<lt>pub+perl(a)wt.tuxomania.netE<gt>
=head1 COPYRIGHT AND LICENSE
lib/Carrot/Productivity/Text/Placeholder./documentation/Placeholder-en.pod view on Meta::CPAN
Provides placeholders based on a configurable RE, which requires one capture miniplate. Placeholders substituted by the captured pattern. A list of captures can be obtained. In between two calls to execute the row data is changed.
=item L<::SQL::Statement|Carrot::Productivity::Text::Placeholder::SQL::Statement>
Provides placeholders based on a configurable RE. All placeholders matching the RE are substituted by question marks. A list of matches can be obtained.
=back
You might want to search CPAN for placeholder miniplates, which are distributed separately.
=head1 KNOWN BUGS AND LIMITATIONS
This is the first public release.
Carrot::Productivity::Text::Placeholder was part of a bigger software project and has recently been separated. However, the quality of the code should be good enough for an initial release.
=head1 AUTHOR
Winfried Trumper E<lt>pub+perl(a)wt.tuxomania.netE<gt>
lib/Carrot/Productivity/Text/Placeholder/Miniplate/Aggregator./documentation/Aggregator-en.pod view on Meta::CPAN
=head1 METHOD REFERENCE (API)
=over 8
=item subject(...)
Is forwarded to registered groups.
=back
=head1 KNOWN BUGS AND LIMITATIONS
This is the first public release.
=head1 AUTHOR
Winfried Trumper E<lt>pub+perl(a)wt.tuxomania.netE<gt>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2011 Winfried Trumper
lib/Carrot/Productivity/Text/Placeholder/Miniplate/Counter./documentation/Counter-en.pod view on Meta::CPAN
Resets the counter to one.
=item add_placeholder($template, $code_ref)
Adds the $code_ref under the name of $template. $code_ref is executed and returns the current value to be substituted for $template.
=back
=head1 KNOWN BUGS AND LIMITATIONS
This is the first public release.
Carrot::Productivity::Text::Placeholder was part of a bigger software project and has recently been separated. However, the style of the code should be good enough for an initial release.
=head1 AUTHOR
Winfried Trumper E<lt>pub+perl(a)wt.tuxomania.netE<gt>
lib/Carrot/Productivity/Text/Placeholder/Miniplate/Generic.pod view on Meta::CPAN
=over 8
=item add_placeholder($template, $code_ref)
Adds the $code_ref under the name of $template. $code_ref is executed and returns the current value to be substituted for $template.
=back
=head1 KNOWN BUGS AND LIMITATIONS
This is the first public release.
=head1 AUTHOR
Winfried Trumper E<lt>pub+perl(a)wt.tuxomania.netE<gt>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2011 Winfried Trumper
lib/Carrot/Productivity/Text/Placeholder/Miniplate/OS/Unix/File/Name./documentation/Name-en.pod view on Meta::CPAN
=item subject($file_name)
Sets or gets the file name.
=item add_placeholder($template, $code_ref)
Adds the $code_ref under the name of $template. $code_ref is executed and returns the current value to be substituted for $template.
=back
=head1 KNOWN BUGS AND LIMITATIONS
This is the first public release.
=head1 AUTHOR
Winfried Trumper E<lt>pub+perl(a)wt.tuxomania.netE<gt>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2011 Winfried Trumper
lib/Carrot/Productivity/Text/Placeholder/Miniplate/OS/Unix/File/Properties./documentation/Properties-en.pod view on Meta::CPAN
=item subject($file_name)
Sets or gets the file name.
=item add_placeholder($template, $code_ref)
Adds the $code_ref under the name of $template. $code_ref is executed and returns the current value to be substituted for $template.
=back
=head1 KNOWN BUGS AND LIMITATIONS
This is the first public release.
=head1 AUTHOR
Winfried Trumper E<lt>pub+perl(a)wt.tuxomania.netE<gt>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2011 Winfried Trumper
lib/Carrot/Productivity/Text/Placeholder/Miniplate/Perl_Inlined.pod view on Meta::CPAN
=item clear
Clears the three generic lexicals $data, @data and %data.
=item subject($code)
Sets or gets the code to be executed.
=back
=head1 KNOWN BUGS AND LIMITATIONS
This is the first public release.
=head1 AUTHOR
Winfried Trumper E<lt>pub+perl(a)wt.tuxomania.netE<gt>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2011 Winfried Trumper
lib/Carrot/Productivity/Text/Placeholder/Miniplate/SQL/Result./documentation/Result-en.pod view on Meta::CPAN
=item field_lists
Gets an anonymous sub to return the captured placeholder parts dynamically.
=item placeholder_re
The regular expression for matching placeholders.
=back
=head1 KNOWN BUGS AND LIMITATIONS
This is the first public release.
=head1 AUTHOR
Winfried Trumper E<lt>pub+perl(a)wt.tuxomania.netE<gt>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2011 Winfried Trumper
lib/Carrot/Productivity/Text/Placeholder/Miniplate/SQL/Statement./documentation/Statement-en.pod view on Meta::CPAN
=item fields
Gets the captured placeholder parts.
=item placeholder_re
The regular expression for matching placeholders.
=back
=head1 KNOWN BUGS AND LIMITATIONS
This is the first public release.
=head1 AUTHOR
Winfried Trumper E<lt>pub+perl(a)wt.tuxomania.netE<gt>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2011 Winfried Trumper
lib/Carrot/Productivity/Text/Placeholder/Miniplate/URI./documentation/URI-en.pod view on Meta::CPAN
Sets or gets the string representation of the URI.
=item add_placeholder($template, $code_ref)
Adds the $code_ref under the name of $template. $code_ref is executed and returns the current value to be substituted for $template.
=back
=head1 KNOWN BUGS AND LIMITATIONS
This is the first public release.
=head1 AUTHOR
Winfried Trumper E<lt>pub+perl(a)wt.tuxomania.netE<gt>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2011 Winfried Trumper
lib/Carrot/Productivity/Text/Placeholder/Templague./documentation/Templague-en.pod view on Meta::CPAN
#my $rows = $dbh->selectall_arrayref($sql, {}, @values);
my $rows = [[4..6], [qw(A B C)]];
$rnd->format($rows);
print Dumper($statement, \@values, $rows);
=head1 DESCRIPTION
Carrot::Productivity::Text::Placeholder::Templague::SQL::Retrieval_n_Display takes a HTML format and a SQL statement format and produces a table listing from it. It's an example how to build an templague from placeholder groups.
=head1 KNOWN BUGS AND LIMITATIONS
This is the first public release.
=head1 AUTHOR
Winfried Trumper E<lt>pub+perl(a)wt.tuxomania.netE<gt>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2011 Winfried Trumper
lib/Carrot/Productivity/Text/Placeholder/Templague/Directory_Listing./documentation/Directory_Listing-en.pod view on Meta::CPAN
my $listing = $listing_class->constructor(
'[=counter=]. [=file_name_full=] [=file_mode_rwx=]');
my $rows = $listing->generate('/');
print join(TXT_LINE_BREAK, map(${$_}, @$rows)), TXT_LINE_BREAK;
=head1 DESCRIPTION
Carrot::Productivity::Text::Placeholder::Templague::Directory_Listing takes a format and a directory name and produces a directory listing from it. It's an example how to build an appliance from placeholder groups.
=head1 KNOWN BUGS AND LIMITATIONS
This is the first public release.
=head1 AUTHOR
Winfried Trumper E<lt>pub+perl(a)wt.tuxomania.netE<gt>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2011 Winfried Trumper
lib/Carrot/Productivity/Text/Placeholder/Templague/SQL/Retrieval_n_Display./documentation/Retrieval_n_Display-en.pod view on Meta::CPAN
#my $rows = $dbh->selectall_arrayref($statement, {}, @$extracted);
my $rows = [[4..6], [qw(A B C)]];
$rnd->format($rows);
print Dumper($statement, \@values, $rows);
=head1 DESCRIPTION
Carrot::Productivity::Text::Placeholder::Templague::SQL::Retrieval_n_Display takes a HTML format and a SQL statement format and produces a table listing from it. It's an example how to build an appliance from placeholder groups.
=head1 KNOWN BUGS AND LIMITATIONS
This is the first public release.
=head1 AUTHOR
Winfried Trumper E<lt>pub+perl(a)wt.tuxomania.netE<gt>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2011 Winfried Trumper