I'd like to have a array with names in it, like 'Blue' and 'White' and 'Green'. Then I want to be able to create scalar variables from within some loops like:
$AWhiteBig
$BWhiteBig
$AWhiteSmall
$BWhiteSmall
$ABlueBig
$BBlueBig
etc.....
The loops I don't have a problem with. But how do I tell perl to create those variables?
Thanks!
Jason
$AWhiteBig
$BWhiteBig
$AWhiteSmall
$BWhiteSmall
$ABlueBig
$BBlueBig
etc.....
The loops I don't have a problem with. But how do I tell perl to create those variables?
Thanks!
Jason