pagarwal has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re: object population problem
by dmorelli (Scribe) on Mar 02, 2005 at 17:06 UTC
    Given the tree-like structure of your data, I may choose to store in a hash of hashes. This would let you use these names like 'netname1' and 'pinname2' as keys to extract things.

    The Perl Data Structures Cookbook may help:

    perldoc perldsc

Re: object population problem
by Joost (Canon) on Mar 02, 2005 at 16:49 UTC
Re: object population problem
by prasadbabu (Prior) on Mar 02, 2005 at 15:46 UTC

    pagarwal,

    Again you are posting a node twice without following the instructions given for you in your previous posting array problem.

    Prasad