Looking to some problem I've ran into many times without figuring out.
1) Take a string (or an array) of numbers of any length. 2) For each number, push the number to be an index value (in this case - a MD array).
Thanks much, best.#!/usr/bin/perl -w use strict; my @number = qw(2 3 4 5); # Get those values to index array element @MDarray[2][3][4][5] = #Do something;
In reply to Converting string into index MD array by FFRANK
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |