madM has asked for the wisdom of the Perl Monks concerning the following question:
foreach my $key (@aminos){ #used to create an array with all values of + the matrix foreach my $key2 (@aminos){ @matrix_numbers = $matrix->{$key}->{$key2}; } } print @matrix_numbers;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: local and global variable problem
by Athanasius (Archbishop) on Apr 30, 2014 at 15:59 UTC | |
by madM (Beadle) on Apr 30, 2014 at 16:04 UTC | |
Re: local and global variable problem
by thezip (Vicar) on Apr 30, 2014 at 15:59 UTC | |
Re: local and global variable problem
by Old_Gray_Bear (Bishop) on Apr 30, 2014 at 16:06 UTC | |
Re: local and global variable problem
by Bloodnok (Vicar) on Apr 30, 2014 at 16:04 UTC | |
Re: local and global variable problem
by Laurent_R (Canon) on Apr 30, 2014 at 22:33 UTC |