Adding to the other comments if you really want to make this an array then use spaces between the letters, this is the delimiter for "qw" elements:
my @array = qw(L a r r y W a l l);In reply to Re: How to access each element in an array Perl
by elTriberium
in thread How to access each element in an array Perl
by rammohan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |