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 => {
      employees =>  '????'    # should be array of Employee structs.  But
dont know how to declare the array of class::struct Employee here.
      no_of_emp => '$',
};

Anyone can help me in this regard?

BYE!!!
Rajesh



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to