On Sat, Aug 7, 2010 at 09:36, Amit Saxena wrote:
snip
> The purpose of this activity is to model a hierarchical representation of
> dependent components, each of one will be represented as a service.
>
> I had a look at the Graph module (
> http://search.cpan.org/~jhi/Graph-0.94/lib/Graph.pod) but
On Fri, Aug 6, 2010 at 8:09 PM, Randal L. Schwartz wrote:
> > "Amit" == Amit Saxena writes:
>
> Amit> I am working on a tree implementation (with any number of parent
> Amit> and child nodes) in perl. Every node is defined as a object of a
> Amit> "Node" class which I have created as a ".pm"
> "Amit" == Amit Saxena writes:
Amit> I am working on a tree implementation (with any number of parent
Amit> and child nodes) in perl. Every node is defined as a object of a
Amit> "Node" class which I have created as a ".pm" module.
Unless this is for a student exercise, you probably just wa
Hi all,
I am working on a tree implementation (with any number of parent and child
nodes) in perl. Every node is defined as a object of a "Node" class which I
have created as a ".pm" module.
I have defined a method "getParentNodes" which returns reference to an array
having all the (immediate) pa