Re: Each char / letter --> array from string value
- From: cdevers@xxxxxxxxx (Chris Devers)
- Date: Wed, 28 Dec 2005 12:57:06 -0500 (EST)
On Wed, 28 Dec 2005, Umesh T G wrote:
> I want an alternative solution, if any.
Here's one:
$ perl -le '$i = "abcd"; @j = split //, $i; print join "\n", @j;'
a
b
c
d
$
--
Chris Devers
0ª¸I?Q'?éL
- Follow-Ups:
- Re: Each char / letter --> array from string value
- From: Dr.Ruud
- Re: Each char / letter --> array from string value
- From: Umesh T G
- Re: Each char / letter --> array from string value
- References:
- Each char / letter --> array from string value
- From: Umesh T G
- Each char / letter --> array from string value
- Prev by Date:
Re: Each char / letter --> array from string value - Next by Date:
Re: why a.pl is faster than b.pl - Previous by thread:
Re: Each char / letter --> array from string value - Next by thread:
Re: Each char / letter --> array from string value - Index(es):