NAME
Embedix::ECD::Node - a base class for ECD nodes
SYNOPSIS
instantiation
# don't instantiate me!
inheriting
package Embedix::ECD::Group;
use vars qw(@ISA);
@ISA = qw(Embedix::ECD::Node);
REQUIRES
DESCRIPTION
a brief summary of the module written with users in mind.
METHODS
methods
CLASS VARIABLES
cvars
DIAGNOSTICS
error messages
COPYRIGHT
Copyright (c) 2000 John BEPPU. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
John BEPPU <beppu@lineo.com>