in reply to RE: RE: RE: RE: RE: Re: loop criteria not accessable in loop??
in thread loop criteria not accessable in loop??

Ahh.. it's definitely in the Java or Javascript then. I'd look there first.

{ducking...}

-- Randal L. Schwartz, Perl hacker

  • Comment on RE: RE: RE: RE: RE: RE: Re: loop criteria not accessable in loop??

Replies are listed 'Best First'.
RE: RE: RE: RE: RE: RE: RE: Re: loop criteria not accessable in loop??
by jptxs (Curate) on Aug 16, 2000 at 20:55 UTC
    actually, just found it. it's in someone else's code :) there's another guy writing the admin piece for this and in the program to enter in people (sc's) he has not been chomping the values going into Oracle. So there was a space coming out of the database, which my chomp of course does not truncate since it's not that kind of char and then when i go to split on space first to produce | sep records which i split on |, i end up with records of the wrong length and then generate a hash by setting arrays of diff lenths equal to one another, which is a problem :)