Re: [PBML] Help needed in recursion with objects in perl !

2010-08-07 Thread Chas. Owens
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

Re: [PBML] Help needed in recursion with objects in perl !

2010-08-07 Thread Amit Saxena
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"