| Aw documentation | Contained in the Aw distribution. |
Aw::License - ActiveWorks License Module.
require Aw::License;
my $typeDef = new Aw::License;
Enhanced interface for the Aw.xs License methods.
Daniel Yacob Mekonnen, Yacob@wMUsers.Com
perl(1). Aw(3).
| Aw documentation | Contained in the Aw distribution. |
package Aw::License; BEGIN { use strict; use vars qw($VERSION); $VERSION = '0.2'; } sub getFlags { my $result = Aw::License::getFlagsRef ( @_ ); ( wantarray ) ? @{ $result } : $result ; } ######################################################### # Do not change this, Do not put anything below this. # File must return "true" value at termination 1; ########################################################## __END__