Main > Programming > Libraries >

Class::AbstractLogic 0.01_01

Class::AbstractLogic 0.01_01

Sponsored Links

Class::AbstractLogic 0.01_01 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.016 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 814
Date added: 2007-08-01
Publisher: Robert Sedlacek

Class::AbstractLogic 0.01_01 description

Class::AbstractLogic is a Perl module to handle Logic Abstractions.

SYNOPSIS

# the logic class definition
package My::Logic::Foo;
use Class::AbstractLogic-base;

# a logic action
action add,
needs [qw(a b)],
verify { a => sub { /^d+$/ }, b => sub { /^d+$/ } },
sub { $_{a} + $_{b} };

1;
...

# logic module manager creation
use Class::AbstractLogic;
my $calm = Class::AbstractLogic::Manager->new;

# loading a logic class
$calm->load_logic(Foo => My::Logic::Foo);

# requesting a result from a logic method
my $result = $calm->logic(Foo)->add(a => 11, b => 12);

# $result will be false if an exception was caught
if ($result) {
print result was . $result->value . "n";
}
else {
print exception raised: . $result->key . "n";
print error message: . $result->error . "n";
}

Class::AbstractLogic 0.01_01 Screenshot

Advertisements

Class::AbstractLogic 0.01_01 Keywords

Bookmark Class::AbstractLogic 0.01_01

Hyperlink code:
Link for forum:

Class::AbstractLogic 0.01_01 Copyright

WareSeeker periodically updates pricing and software information of Class::AbstractLogic 0.01_01 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Class::AbstractLogic 0.01_01 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Class::Std::Utils is a Perl module for utility subroutines for building "inside-out" objects. Free Download
MILA::Transliterate is a Perl Module for transliterating text from Hebrew to various transliterations used in the Knowledge Cent Free Download
Data::Type::Docs is a Perl module with the manual overview. Free Download
dtRdr::Config is a Perl module with Factory class for configuration system. Free Download
CAD::Drawing::GUI::View are 2D graphics for CAD built on Tk::Zinc. Free Download
Class::Adapter::Builder is a Perl module that can generate Class::Adapter classes. Free Download
Apache::Storage is Perl module containing simple functions to store and retrieve information from within the Apache process. Free Download
Class::DBI::Query is a Perl module with deprecated SQL manager for Class::DBI. Free Download