ARSperl

 view release on metacpan or  search on metacpan

RELNOTES  view on Meta::CPAN

---------

The 1.6 release marks the first real NT port. v1.5x attempted a port
to Active State's Perl for Windows, but wasn't successful. Bill Middleton
re-worked the source code and merged it into Gurusamy Sarathy's 
version of perl for windows. 

1.5 Notes
---------

This release contains serveral bug fixes and minor feature additions.
An effort was made to implement the remaining ARS functions, however,
it proved to be very time consuming to implement and test them. Therefore,
in this release most of the remaining functions have been implemented. 
The rest will likely be implemented in a future release. See TODO for
a list of remaining functions.

1.4 Notes 
---------

The notifier functions have been added to the main package. This allows

html/manual/OO/index.html  view on Meta::CPAN

<BODY BGCOLOR="#FFFFFF">
<CENTER>
<H1>ARSperl Programmer's Manual - OO Layer Overview</H1>
</CENTER>

<H2> Objective </H2>

Since there are several (at least 3) separate OO layers out there, some of
      which work on top of ARSperl and some of which don't, I decided to
      implement a layer ontop of ARSperl so that you get all of the
      features of ARSperl as well as an OO layer for a subset of those
      features.

<H2> Features </H2>

The following features are available as part of the OO layer.

<DL>
<DT> <B> Exception Handlers </B> <DD>

        The OO layer abstracts exception handling away a bit (optionally,
	ofcourse). By default, the layer installs three handlers that are
	called if an FATAL, ERROR, or WARNING return code is returned by
	the ARS C API. At first, these handlers map to the Perl "die" and
	"warn" functions. You can, however, disable or over-ride this
	feature and install your own handlers. <P>

	Have a look at the <A href="connection.html#new">Connection Object's   
        constructor method</A>. <P>

        Also examine the <code>t/entry.t</code> script available in the
        source distribution for an example of how to use this. <P>

        Basically, what this means is you don't have to test the
        return code of each call you make. If a call encounters a problem
	while doing it's job, it'll call an exception handler to handle

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.183 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )