Sometimes I wonder if we could do something like $foo[0][0], $foo[1][0], etc, things might become easier.
I always do my $first_char = (split ('', $foo[0]))[0]; when I met similar problems.
In reply to Re: Reading parts of array elements
by pid
in thread Reading parts of array elements
by monkeybus
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |