in reply to Re^5: Error in insertion of MULTIPLE FILENAMES & CONTENTS INTO DATABASE
in thread Error in insertion of MULTIPLE FILENAMES & CONTENTS INTO DATABASE
even if i switch single quotes with double quotes iam still getting erros.C:\Documents and Settings\nik>perl -e 'print "$_\n" for (1,2,3,4)' Can't find string terminator "'" anywhere before EOF at -e line 1.
I used the foreach statement finally.
You say while loops over na @array while it is true.(evaluated as a boolean)? what do you mean?
iterate!= loop ? I was picturing the statement while(@files) as loop over the array as long as it has items in it, and i though it was escaping after the last one.
|
|---|