in reply to Loading multiple identical variables in array with multiplication variable

Jeri:

A method that's pretty close to what you originally posted:

my @arr = map {split//} "A"x20, "T"x20, "C"x30, "G"x30;

...roboticus

When your only tool is a hammer, all problems look like your thumb.

  • Comment on Re: Loading multiple identical variables in array with multiplication variable
  • Download Code