Re: How to use Class::Struct within Class::Struct

2001-10-31 Thread Casey West
On Oct 30, 2001 at 11:01 +0530, Rajesh took the soap box and proclaimed: : Hi All, : I am trying to use an array of class::Struct as a member of : another Class::Struct. : This is something like a "array of strcutures within structure" in C. : The code is like: : : use Class::Struct; :

How to use Class::Struct within Class::Struct

2001-10-30 Thread Rajesh
Hi All, I am trying to use an array of class::Struct as a member of another Class::Struct. This is something like a "array of strcutures within structure" in C. The code is like: use Class::Struct; struct Employee => { name => '$", num => '$', }; struct Dept => { em