On Wed, May 02, 2001 at 02:59:04PM -0400, Timothy Kimball wrote:
> 
> : >   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.

Dang.  that was meant to be C<$q = substr($x, $_, 1)>.

This happened because I was trying to get out of here.  I wound up late
anyway.  Figures I would have screwed this up too.

never mind

dha
-- 
David H. Adler - <[EMAIL PROTECTED]> - http://www.panix.com/~dha/
I expect my version of ESP::Psychic will be ready sometime last week.
More likely, yesterday (you know how schedules tend to slip).
        - Eric The Read in comp.lang.perl.misc

Reply via email to