![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: How to access each element in an array Perlby elTriberium (Friar) |
on Jan 18, 2014 at 18:31 UTC ( #1071123=note: print w/replies, xml ) | Need Help?? |
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 Section
Seekers of Perl Wisdom
|
|