![]() |
|
Think about Loose Coupling | |
PerlMonks |
dynamically generated array variableby perlknight (Pilgrim) |
on Jan 02, 2007 at 20:32 UTC ( #592637=perlquestion: print w/replies, xml ) | Need Help?? |
perlknight has asked for the wisdom of the Perl Monks concerning the following question:
I have a config file in the form of @<hostname>, e.g: @host1, @host2:
the script calls require on the config file. how would I declare a dynamic array variable on the script, cuz I only need one of the array variable. Obviously this is done so that I don't have to keep track of the config files on every host which I am pusing the the scirpt out to. Thanks.
Back to
Seekers of Perl Wisdom
|
|