: > substring => sub {for (0..length($x) - 1){$q = $_ }} This one isn't getting the characters from the string, it's just counting from zero to one less than the length of the string. -- tdk
- String deconstruction? Ross Larner
- Re: String deconstruction? Paul
- Re: String deconstruction? M.W. Koskamp
- Re: String deconstruction? Sean McAfee
- Re: String deconstruction? David H. Adler
- Re: String deconstruction? M.W. Koskamp
- Re: String deconstruction? David H. Adler
- Re: String deconstruction? Paul Cotter
- Re: String deconstruction? Timothy Kimball
- Re: String deconstruction? Timothy Kimball
- Re: String deconstruction? David H. Adler