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;
:
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