Hi!

I am not sure on how to do this, but I am sure if there is a way, Perl can
do it!

  %T_MODLUES = (
                                 A1 => [ qw/ A B C D E F/ ],
                    
                                 A2 => [ qw/ A B C D E F/ ],

                                 A3 => [ qw/ A B C D E F/ ],

                                   N => [ qw/ A1 A2 A3/],
                            );

I have a hash that looks like the above.  I want to have A1, A2 and A3 all
point to  [ qw/ A B C D E F/ ] with out having to but in separately for A1,
A2 and A3 .   The hash it's current configuration is a monster.  I am look
for a simple way to manage it.

Any ideas?

Thanks,

Jerry

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

Reply via email to