> How can I split a string of caracters -any but blank spaces- into > the individual caracters? Try something like this: my @arr = split //, "sometext"; foreach $i (@arr) { print "$i\n"; } -- Brett Brett W. McCoy Software Engineer Broadsoft, Inc. 240-364-5225 [EMAIL PROTECTED]
- SPLIT QUESTION Pedro A Reche Gallardo
- Re: SPLIT QUESTION Jeff Pinyan
- Re: SPLIT QUESTION Piers Cawley
- Re: SPLIT QUESTION Brett W. McCoy
- Re: SPLIT QUESTION Randal L. Schwartz
- Re: SPLIT QUESTION Paul
- Re: SPLIT QUESTION Jeff Pinyan
- Re: SPLIT QUESTION Paul
- Re: SPLIT QUESTION Jeff Pinyan
- Re: SPLIT QUESTION Paul
- Re: SPLIT QUESTION Paul
- Split question Scott and Kristin Seitz
- Re: Split question Shane Laffin
- Re: Split question Jeff 'japhy/Marillion' Pinyan