I want to create different array name by passing the string , to identify each of the other arrays uniqueness. Here s the code
foreach my $R2 (@array) { push (@isis_adjacencies$R2, $R2); }
I am trying to create @isis_adjacencies$R2. I want the value of $R2 to be concanetaed with @isis_adjacencies to create a new array @isis_adjacencies$R2. Is it possible
In reply to Creating array name by susbtituting string by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |