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

I got this error myabe because iam on windows
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.
even if i switch single quotes with double quotes iam still getting erros.

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.

  • Comment on Re^6: Error in insertion of MULTIPLE FILENAMES & CONTENTS INTO DATABASE
  • Download Code