in reply to How to solve this problem with string
Well it sounds like you're using a string as an array reference at line 936 of oraLoad.pl. This is obviously a bad thing as strings and array references are very different things, but without seeing the code it's impossible to give any concreate advice on how to fix the problem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Answer: How to solve this problem with string
by govindrk (Initiate) on Sep 17, 2001 at 19:57 UTC | |
by davorg (Chancellor) on Sep 17, 2001 at 20:37 UTC |