On Thu, 14 Jun 2001 15:44:58 +0200, Detlef Lindenthal wrote:

>Because of this error message
>   Perl 5.00564 required--this is only version 5.004, stopped.
>I changed your script a bit; I replaced the lines
>   use Data::Dumper;
>   print "Record: $id\n", Dumper $record;
>by the line
>    print "\n\n(Record:) $id\n",   join "\n", %$record;

It looks to me as if you upgraded Data::Dumper to a too recent version.
The version that came with MacPerl works.

Besides, Data::Dumper is not necessary in the final script. It's just an
easy way to quickly see what data you've got in your perl structures.
The idea is that in the flush sub, the record would be entered into
Filemaker instead.

-- 
        Bart.

Reply via email to