>>>>> "Pedro" == Pedro A Reche Gallardo <[EMAIL PROTECTED]> writes: Pedro> How can I split a string of caracters -any but blank spaces- into Pedro> the individual caracters? my @chars = $string =~ /\S/g; -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
- 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
- Split question Perl