Sorry if I express myself wrong. What I need is the follows. I have several files with 30+ columns which I need to import into the database. Of course I could write a create instruction and then insert into (..these 30 fields again ..) values. Using the command line I could just load file into a table.
Scratch_DB seems to be the very thing I need for this but it seems not to run on ActivePerl.