in reply to Problems printing contents of array
Check your code. Please check if the array is a array of scalars or array of scalars and references. try hard-coding for test purpose the array value and see if you get past this line. That would mean the data is the culprit.my @s340Strings = qw("abc", "cdef","yxx","zzz"); print "@s340Strings\n"; prints: "abc", "cdef","yxx","zzz"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problems printing contents of array
by mrborisguy (Hermit) on Jul 07, 2005 at 16:16 UTC |