Shain Edge <> wrote:
> I'm looking on how to create an expanding hash database.
> 
> How do I add to and navigate such a beast within the program itself?
> 
> Something of an example:
> 
> root:
> add energy
> root -> energy
> 
> add inorganic
> root --> energy
>      \-> inorganic
> 
> then adding a subroot to energy
> add solar
> root --> energy --> solar
>      \-> inorganic
> 
> and then increasing expansion as needed.

Have a look at 'perldoc perldsc' for starters.

HTH

-- 
Brian Raven 
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient or have received this e-mail in error, please advise 
the sender immediately by reply e-mail and delete this message and any 
attachments without retaining a copy.

Any unauthorised copying, disclosure or distribution of the material in this 
e-mail is strictly forbidden.

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to